Changeset 85 for pykoticon/trunk
- Timestamp:
- 01/24/05 19:04:19 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykoticon/trunk/bin/pykoticon
r84 r85 37 37 raise ImportError, "Mark Hammond's Win32 Extensions are missing. Please install them." 38 38 else : 39 iconsdir = "."39 iconsdir = os.path.split(sys.argv[0])[0] 40 40 else : 41 41 isWindows = 0