Lines Matching refs:item
63 for item in os.listdir(rootpath):
64 file = os.path.join(rootpath, item)
66 if not reg.match(item):
68 printInfo("creating mini mod for '%s'" % (item))
69 cmd = "morphmini %s %s" % (file, minipath+item.replace("Mini.xml", ".mod"))
132 for item in os.listdir(minipath):
133 file = os.path.join(minipath, item)
177 for item in os.listdir(path):
178 file = os.path.join(path, item)
179 newpath = os.path.join(root, item)