diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-03-07 14:51:32 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-03-07 14:51:32 -0500 |
commit | e3b7c78aa5b96af6bdbad20a13e0f540d1658b7f (patch) | |
tree | dc9590fb22e5d6484088d2c730b8eeea8db6a7b0 /gen_exps.py | |
parent | e5d531eabf3091af18ca1a331e52b184a67750f7 (diff) |
Seperated BaseGenerator into EdfGenerator and its superclass Generator.
Diffstat (limited to 'gen_exps.py')
-rwxr-xr-x | gen_exps.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_exps.py b/gen_exps.py index 80ae777..20a6c6f 100755 --- a/gen_exps.py +++ b/gen_exps.py | |||
@@ -5,7 +5,7 @@ import os | |||
5 | import re | 5 | import re |
6 | import shutil as sh | 6 | import shutil as sh |
7 | 7 | ||
8 | from gen.generators import GedfGenerator,PedfGenerator,CedfGenerator | 8 | from gen.edf_generators import GedfGenerator,PedfGenerator,CedfGenerator |
9 | from optparse import OptionParser | 9 | from optparse import OptionParser |
10 | 10 | ||
11 | # There has to be a better way to do this... | 11 | # There has to be a better way to do this... |