mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-25 13:57:59 +01:00
add imports
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
5df821d7cd
commit
35aeb9cfa7
4 changed files with 9 additions and 0 deletions
|
@ -22,6 +22,7 @@ Authors:
|
|||
Kyah "L-four" Rindlisbacher: Patched the first implementation
|
||||
'''
|
||||
from common import *
|
||||
from argparser import *
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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 *
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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 *
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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 *
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue