Skip to content
Snippets Groups Projects
Commit 6d1097f1 authored by dkirov's avatar dkirov
Browse files

add a note to svn users

parent 2a2c358c
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,13 @@ import config
from contacts import Contacts
from events import Events
import defs
try:
import defs
except ImportError:
print >> sys.stderr, '''defs.py is missing!
If you start gajim from svn, do:
$ sh autogen.sh'''
sys.exit(1)
interface = None # The actual interface (the gtk one for the moment)
config = config.Config()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment