Changeset 945
- Timestamp:
- 08/06/08 19:53:47 (4 months ago)
- Location:
- trunk/tcos-configurator
- Files:
-
- 2 modified
-
debian/changelog (modified) (1 diff)
-
tcos-configurator (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tcos-configurator/debian/changelog
r896 r945 1 tcos-configurator (1.4) unstable; urgency=low 2 3 * Enable local exec if setup.py is found 4 5 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com> Wed, 06 Aug 2008 19:53:18 +0200 6 1 7 tcos-configurator (1.3) unstable; urgency=low 2 8 -
trunk/tcos-configurator/tcos-configurator
r892 r945 87 87 88 88 # if exec from svn or sources dir 89 if os.path.is dir('./debian'):89 if os.path.isfile('./setup.py'): 90 90 LOCALE_DIR = "./po/" 91 91 GLADE_DIR = "./"
