Changeset 6427 for branches/gajim_0.10/src/common/gajim.py
- Timestamp:
- 06/05/06 12:44:37 (2 years ago)
- Files:
-
- 1 modified
-
branches/gajim_0.10/src/common/gajim.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.10/src/common/gajim.py
r6251 r6427 26 26 27 27 interface = None # The actual interface (the gtk one for the moment) 28 version = '0.10 '28 version = '0.10.1' 29 29 config = config.Config() 30 30 connections = {}
