Changeset 37391
- Timestamp:
- 05/06/10 19:19:03 (3 years ago)
- Location:
- lang/python/pit
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/python/pit/pit.py
r37390 r37391 5 5 6 6 class Pit: 7 VERSION = "0. 0.1"7 VERSION = "0.3" 8 8 DIRECTORY = os.path.expanduser('~/.pit') 9 9 _config = os.path.join(DIRECTORY, 'pit.yaml') -
lang/python/pit/setup.py
r36239 r37391 2 2 # -*- coding: utf-8 -*- 3 3 4 __version__ = '0. 2'4 __version__ = '0.3' 5 5 6 6 #import ez_setup
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)