aboutsummaryrefslogtreecommitdiffstats
path: root/gen_exps.py
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-03-07 14:51:32 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2013-03-07 14:51:32 -0500
commite3b7c78aa5b96af6bdbad20a13e0f540d1658b7f (patch)
treedc9590fb22e5d6484088d2c730b8eeea8db6a7b0 /gen_exps.py
parente5d531eabf3091af18ca1a331e52b184a67750f7 (diff)
Seperated BaseGenerator into EdfGenerator and its superclass Generator.
Diffstat (limited to 'gen_exps.py')
-rwxr-xr-xgen_exps.py2
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
5import re 5import re
6import shutil as sh 6import shutil as sh
7 7
8from gen.generators import GedfGenerator,PedfGenerator,CedfGenerator 8from gen.edf_generators import GedfGenerator,PedfGenerator,CedfGenerator
9from optparse import OptionParser 9from 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...