Commit 6fae6b18 authored by Dan Pascu's avatar Dan Pascu

Removed no longer necessary from __future__ imports

parent dacb83d2
# Copyright (C) 2010 AG Projects. See LICENSE for details.
#
from __future__ import with_statement
__all__ = ['AboutPanel']
from PyQt4 import uic
......
# Copyright (C) 2010 AG Projects. See LICENSE for details.
#
from __future__ import with_statement
__all__ = ['AccountModel', 'ActiveAccountModel', 'AccountSelector', 'AddAccountDialog', 'ServerToolsAccountModel', 'ServerToolsWindow']
import os
......
# Copyright (C) 2010 AG Projects. See LICENSE for details.
#
from __future__ import with_statement
__all__ = ['BonjourGroup', 'BonjourNeighbour', 'Contact', 'ContactGroup', 'ContactModel', 'ContactSearchModel', 'ContactListView', 'ContactSearchListView', 'ContactEditorDialog', 'GoogleContactsDialog']
import cPickle as pickle
......
# Copyright (C) 2010 AG Projects. See LICENSE for details.
#
from __future__ import with_statement
__all__ = ['MainWindow']
from functools import partial
......
# Copyright (C) 2010 AG Projects. See LICENSE for details.
#
from __future__ import with_statement
__all__ = ['PreferencesWindow', 'AccountListView', 'SIPPortEditor']
import os
......
# Copyright (c) 2010 AG Projects. See LICENSE for details.
#
from __future__ import with_statement
__all__ = ['Conference', 'ConferenceDialog', 'SessionItem', 'SessionModel', 'SessionListView', 'SessionManager']
import bisect
......
# Copyright (c) 2010 AG Projects. See LICENSE for details.
#
from __future__ import with_statement
__all__ = ['BackgroundFrame']
from PyQt4.QtCore import Qt, QEvent, QPoint, QRect, QSize
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment