Explorar el Código

remove obsolete file

Lucas Heer hace 7 años
padre
commit
b919a505cd
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. 0 7
      tmp.py

+ 0 - 7
tmp.py

@@ -1,7 +0,0 @@
-import wrappers.modelverse as mv;mv.init();mv.login("admin", "admin")
-from evolution.attribute_ops import AttributeChange
-
-change_handler = AttributeChange()
-print("performing rename ...")
-change_handler.execute("models/example/ex1", "n1", "IP", "IP_ADDR", local=True)
-print("done")