OSDN Git Service

fix some bug.
[rec10/rec10-git.git] / rec10 / trunk / src / configwriter.py
index 080d582..0545778 100644 (file)
@@ -29,6 +29,7 @@ def setenv(option,value):
     global confp
     return confp.set('env',option,value)
 def writeconf():
+    global confp
     f=open(confpath,"w")
     confp.write(f)
     f.close