move contact enum to core

This commit is contained in:
Lance Edgar 2012-11-26 11:15:59 -08:00
parent a1d22df20c
commit d8744f3958
2 changed files with 2 additions and 1 deletions

View file

@ -28,6 +28,7 @@
from edbob._version import __version__ from edbob._version import __version__
from edbob.enum import *
from edbob.core import * from edbob.core import *
from edbob.time import * from edbob.time import *
from edbob.files import * from edbob.files import *

View file

@ -23,7 +23,7 @@
################################################################################ ################################################################################
""" """
``edbob.db.extensions.contact.enum`` -- Enumerations ``edbob.enum`` -- Enumerations
""" """