Removes unused module.

This commit is contained in:
Eddie Hebert
2012-08-24 09:33:56 -04:00
parent 20db5dedb5
commit 16aadc79ff
-1
View File
@@ -2,7 +2,6 @@ import copy
import pandas
from ctypes import Structure, c_ubyte
from collections import MutableMapping
from itertools import izip
def Enum(*options):
"""