import stuff in __init__.py

This commit is contained in:
David Halter
2012-09-18 16:05:01 +02:00
parent e889edf244
commit 40eac8eeed
2 changed files with 6 additions and 6 deletions

View File

@@ -1,2 +1,2 @@
from api import *
import settings
from .api import Script, NotFoundError, set_debug_function
from . import settings