Kill unused utils file.

pull/6/head
Eric Holscher 9 years ago
parent a594a98207
commit 426c3db619

@ -1,16 +0,0 @@
from .base import UnknownType
#from .python import PythonModule, PythonClass, PythonFunction
#def classify(obj, obj_type):
# if 'type' not in obj:
# return ''
#
# if obj_type == 'python':
# if obj['type'] == 'module':
# return PythonModule(obj)
# if obj['type'] == 'class':
# return PythonClass(obj)
# if obj['type'] == 'function':
# return PythonFunction(obj)
# return UnknownType(obj)
Loading…
Cancel
Save