rm unused var
This commit is contained in:
parent
618e89c480
commit
7a0c0311db
|
@ -31,8 +31,6 @@ try:
|
||||||
except ImportError:
|
except ImportError:
|
||||||
raise exceptions.PysqliteNotAvailable
|
raise exceptions.PysqliteNotAvailable
|
||||||
|
|
||||||
GOT_JIDS_ALREADY_IN_DB = False # see get_jids_already_in_db()
|
|
||||||
|
|
||||||
if os.name == 'nt':
|
if os.name == 'nt':
|
||||||
try:
|
try:
|
||||||
# Documents and Settings\[User Name]\Application Data\Gajim\logs.db
|
# Documents and Settings\[User Name]\Application Data\Gajim\logs.db
|
||||||
|
|
Loading…
Reference in New Issue