Rename novice package as per convention

This commit is contained in:
Tony S Yu
2013-07-05 22:24:49 -05:00
parent 266c28ba6b
commit 087d422ebc
2 changed files with 3 additions and 1 deletions
+3 -1
View File
@@ -69,5 +69,7 @@ jpeg
False
"""
from ._novice import Picture, open, colors, color_dict
from .novice import Picture, open, colors, color_dict
__all__ = ['Picture', 'open', 'colors', 'color_dict']