Projet

Général

Profil

Télécharger (148 octets) Statistiques
| Branche: | Tag: | Révision:

root / mandaye / skel / example.module / __init__.py @ 9003c07e

1
__version__="0.1.0"
2

    
3
import os
4

    
5
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
6
default_config = os.path.join(BASE_DIR, 'default-config.ini')
(1-1/3)