Changeset 77
- Timestamp:
- 01/20/05 18:46:53 (20 years ago)
- Location:
- pykoticon/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykoticon/trunk/bin/pykoticon
r76 r77 52 52 raise ImportError, "wxPython is missing. Please install it." 53 53 54 DUMPYKOTA_URL = "http://cgi.librelogiciel.com/cgi-bin/dumpykota.cgi" 54 #DUMPYKOTA_URL = "http://cgi.librelogiciel.com/cgi-bin/dumpykota.cgi" 55 DUMPYKOTA_URL = "http://servmediup.unice.fr/cgi-bin/dumpykota.cgi" 55 56 56 57 def getCurrentUserName() : -
pykoticon/trunk/clean.sh
r73 r77 22 22 # Use this to clean the tree from temporary files 23 23 24 rm -fr MANIFEST build dist 24 25 find . -name "*.bak" -exec rm -f {} \; 25 26 find . -name "*~" -exec rm -f {} \;