File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 9
9
import sys , os .path
10
10
from getopt import getopt , GetoptError
11
11
#from piheat import PiHeat
12
- from elastiq . daemontest import Elastiq
12
+ from elastiq import Elastiq
13
13
14
14
daemondir = None
15
15
pidfile = None
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ if [ "$iteration" == '' ] ; then
91
91
iteration=$(( iteration + 1 ))
92
92
fi
93
93
echo $iteration > misc/dist/latest_iteration
94
- version=" $( cd pylib ; python -c ' import elastiq ; print elastiq.__version__' ) "
94
+ version=" $( cd pylib ; python -c ' import elastiq ; print elastiq.Elastiq. __version__' ) "
95
95
pe " Python: $python_version (override with --python-version <v>)"
96
96
pe " version: $version , iteration: $iteration (override with --iteration <n>)"
97
97
Original file line number Diff line number Diff line change 6
6
7
7
class Elastiq (Daemon ):
8
8
9
+ __version__ = '0.9.10'
10
+
9
11
## Constructor.
10
12
#
11
13
# @param name Daemon name
You can’t perform that action at this time.
0 commit comments