Correct relative imports.

This commit is contained in:
Ryan Petrello
2013-04-30 10:51:16 -04:00
parent 125495a899
commit d34a714113
11 changed files with 34 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
from base import CommandRunner, BaseCommand # noqa
from serve import ServeCommand # noqa
from shell import ShellCommand # noqa
from create import CreateCommand # noqa
from .base import CommandRunner, BaseCommand # noqa
from .serve import ServeCommand # noqa
from .shell import ShellCommand # noqa
from .create import CreateCommand # noqa