Changeset 77 for pykoticon

Show
Ignore:
Timestamp:
01/20/05 18:46:53 (19 years ago)
Author:
jerome
Message:

URL change for testing with real datas
Cleanup script now deletes the build and dist subdirectories

Location:
pykoticon/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykoticon/trunk/bin/pykoticon

    r76 r77  
    5252    raise ImportError, "wxPython is missing. Please install it." 
    5353     
    54 DUMPYKOTA_URL = "http://cgi.librelogiciel.com/cgi-bin/dumpykota.cgi" 
     54#DUMPYKOTA_URL = "http://cgi.librelogiciel.com/cgi-bin/dumpykota.cgi" 
     55DUMPYKOTA_URL = "http://servmediup.unice.fr/cgi-bin/dumpykota.cgi" 
    5556 
    5657def getCurrentUserName() : 
  • pykoticon/trunk/clean.sh

    r73 r77  
    2222# Use this to clean the tree from temporary files 
    2323 
     24rm -fr MANIFEST build dist 
    2425find . -name "*.bak" -exec rm -f {} \; 
    2526find . -name "*~" -exec rm -f {} \;