move around imports

This commit is contained in:
Josh Holtrop 2011-07-06 16:13:37 -04:00
parent 7d84b64c79
commit 656f76ee3b
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,6 @@
import gtk
import imaplib
class Window(object):
def __init__(self, conf):

View File

@ -2,8 +2,6 @@
import os
import sys
import gtk
import imaplib
from Window import *