Browse Source

remove obsolete file

Lucas Heer 7 years ago
parent
commit
b919a505cd
1 changed files with 0 additions and 7 deletions
  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")