aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyfantom.py
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-05-19 14:13:36 +0800
committerTat-Chee Wan (USM)2011-05-19 14:13:36 +0800
commit029f71003d518ca3b7cfe3a491db787dd846bce0 (patch)
treee8c3fab5c00bbe2d8f21cb88c855322ae596ca43 /pyfantom.py
parent48e28f1ad3ab6fe3d4c5fad8a4e6deec8b75d604 (diff)
parent330867a8875d62e2f3e9d69b9d379ce038e9fa7d (diff)
Merge branch 'master' of git+ssh://ssh.git.ni.fr.eu.org/pyfantom
Diffstat (limited to 'pyfantom.py')
-rw-r--r--pyfantom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyfantom.py b/pyfantom.py
index 0f5db68..038ffed 100644
--- a/pyfantom.py
+++ b/pyfantom.py
@@ -195,7 +195,7 @@ class StatusVar(Structure):
def __init__(self, code=0):
"""Initialize Status Variable."""
- self.value = 0
+ self.value = code
def __str__(self):
return str(self.value)