Rename ui files to match source file names

This commit is contained in:
Cole Robinson
2013-09-22 16:10:16 -04:00
parent ba3ce7afb3
commit d338bce329
38 changed files with 19 additions and 26 deletions

View File

@@ -63,8 +63,7 @@ class vmmCreateInterface(vmmGObjectUI):
def __init__(self, conn):
vmmGObjectUI.__init__(self,
"vmm-create-interface.ui",
"vmm-create-interface")
"createinterface.ui", "vmm-create-interface")
self.conn = conn
self.interface = None