Changeset 9968
- Timestamp:
- 07/20/08 16:53:34 (6 weeks ago)
- Files:
-
- 1 modified
-
trunk/src/gajim.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gajim.py
r9965 r9968 214 214 del pritext 215 215 216 path = os.getcwd() 217 if '.svn' in os.listdir(path) or '_svn' in os.listdir(path): 218 # import gtkexcepthook only for those that run svn 219 # those than run with --verbose run from terminal so no need to care 220 # about those 221 import gtkexcepthook 222 del path 216 import gtkexcepthook 223 217 224 218 import gobject
