summaryrefslogtreecommitdiffstats
path: root/lib/myconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/myconfig.py')
-rw-r--r--lib/myconfig.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/myconfig.py b/lib/myconfig.py
index e1dc5b6..ba64a67 100644
--- a/lib/myconfig.py
+++ b/lib/myconfig.py
@@ -4,12 +4,12 @@ import os
class MyConfig:
''' My Configuration '''
- m_current_epoch = { 'SegmentEpoch': 1, \
- 'GenerateEpoch': 2, \
- 'EstimateEpoch': 3, \
- 'PruneEpoch': 4, \
- 'EvaluateEpoch': 5 \
- }
+ m_current_epoch = {'SegmentEpoch': 1, \
+ 'GenerateEpoch': 2, \
+ 'EstimateEpoch': 3, \
+ 'PruneEpoch': 4, \
+ 'EvaluateEpoch': 5 \
+ }
def getSegmentEpoch(self):
return m_current_epoch['SegmentEpoch']