OSDN Git Service

implement 0.9.10
[rec10/rec10-git.git] / rec10 / trunk / src / chdb.py
index 4a4852f..1b76b34 100644 (file)
@@ -62,10 +62,6 @@ def update():
             if BSupdate == 0:
                 ret.append(u"bs")
                 BSupdate = 1
-        elif bctype == "hu" or bctype == u"hu":
-            if HUupdate == 0:
-                ret.append(u"hu")
-                HUupdate = 1
         else:
             ret.append(bctype)
     return ret
\ No newline at end of file