summaryrefslogtreecommitdiffstats
path: root/evenjastrings.py
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-04-13 21:16:12 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-04-13 21:16:12 +0200
commiteeb9927c89d6d2425a74c33ff8773bceba39af1c (patch)
treee5e770fc041fa27b6e13a78dc9c3dc3f75c7c213 /evenjastrings.py
parent99561b834dbd9d52b83aa7b0fb980431fa1aa056 (diff)
downloadpyevenja-master.zip
pyevenja-master.tar.gz
reformat filesHEADmaster
Diffstat (limited to 'evenjastrings.py')
-rw-r--r--evenjastrings.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/evenjastrings.py b/evenjastrings.py
index ef10bc6..fd30858 100644
--- a/evenjastrings.py
+++ b/evenjastrings.py
@@ -74,7 +74,7 @@ ACT_SYS_CONTINUE = "SYS_CONTINUE" #/** Continue the work inside the port (af
ACT_SYS_ADDDEST = "SYS_ADDDEST" #/** Add a special destination to an evenDoor */
ACT_SYS_REMDEST = "SYS_REMDEST" #/** Remove a special destination to an evenDoor */
ACT_SYS_TESTMODE = "SYS_TESTMODE" #/** Enable the check of a port with the configuration of them, at runtime */
-
+
#// -------------------------------------------------------------------------
#/** SOFTWARE ACTIONS.
# Standard actions implemented in the evenja kernel.
@@ -131,13 +131,13 @@ ACT_ERROR = "error"
#/** Format of the wait time when ACT_WAIT is used */
ACT_WAIT_NOTHING = ' ' #/** In fact, don't wait */
-ACT_WAIT_YEAR = 'y'
-ACT_WAIT_MONTH = 'n'
-ACT_WAIT_DAY = 'd'
-ACT_WAIT_HOUR = 'h'
-ACT_WAIT_MINUTE = 'm'
-ACT_WAIT_SECOND = 's'
-ACT_WAIT_MILLISEC = 'x'
+ACT_WAIT_YEAR = 'y'
+ACT_WAIT_MONTH = 'n'
+ACT_WAIT_DAY = 'd'
+ACT_WAIT_HOUR = 'h'
+ACT_WAIT_MINUTE = 'm'
+ACT_WAIT_SECOND = 's'
+ACT_WAIT_MILLISEC = 'x'
#// -------------------------------------------------------------------------
#/** Internal Names