Skip to content

Commit

Permalink
core: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
borisfaure committed Feb 22, 2010
1 parent 516e0eb commit 0e1d859
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions amsn2/core/amsn.py
Expand Up @@ -18,6 +18,10 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

import sys
import papyon
import logging

from amsn2 import protocol
from amsn2.backend import aMSNBackendManager
from views import *
Expand All @@ -29,9 +33,6 @@
from personalinfo_manager import *
from event_manager import *
from userinterface_manager import *
import sys
import papyon
import logging

# Top-level loggers
papyon_logger = logging.getLogger("papyon")
Expand Down

0 comments on commit 0e1d859

Please sign in to comment.