add imports

Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
Mattias Andrée 2013-04-02 11:26:38 +02:00
parent 5df821d7cd
commit 35aeb9cfa7
4 changed files with 9 additions and 0 deletions

View file

@ -22,6 +22,7 @@ Authors:
Kyah "L-four" Rindlisbacher: Patched the first implementation
'''
from common import *
from argparser import *

View file

@ -12,6 +12,9 @@ To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.
'''
from common import *
from balloon import *
from colourstack import *
from ucs import *

View file

@ -12,6 +12,7 @@ To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.
'''
from common import *
from ucs import *

View file

@ -12,6 +12,10 @@ To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.
'''
from common import *
from backend import *
from balloon import *
from spellocorrecter import *
from ucs import *