Changeset 9452 for branches/gajim_0.11.3-bugfixes
- Timestamp:
- 04/07/08 15:09:41 (8 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11.3-bugfixes/setup_win32.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.3-bugfixes/setup_win32.py
r9102 r9452 20 20 21 21 sys.path.append('src') 22 # Use local gtk folder instead of the one in PATH that is not latest gtk 23 sys.path.append('gtk/bin') 22 24 includes = ['encodings', 'encodings.utf-8',] 23 25
