aboutsummaryrefslogtreecommitdiffstats
path: root/parse/enum.py
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-02-08 16:20:01 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2013-02-08 16:20:01 -0500
commit7c647198fc40e72ef6ca23c2484bf49eba2079ee (patch)
tree270de30a1cd896382a0954b2d8f7994ca84f88b7 /parse/enum.py
parentd312e270ed5c2926c8651291a4026062213876f8 (diff)
Added translation from DirMap to ReducedTupleTable.
Diffstat (limited to 'parse/enum.py')
-rw-r--r--parse/enum.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/parse/enum.py b/parse/enum.py
index bf35d01..53db9e1 100644
--- a/parse/enum.py
+++ b/parse/enum.py
@@ -3,5 +3,3 @@ class Enum(frozenset):
3 if name in self: 3 if name in self:
4 return name 4 return name
5 raise AttributeError 5 raise AttributeError
6
7