Esempio n. 1
0
 def createInitialsFoldersAndFiles(self):
     path = os.path.join(gobstones_folder(), 'Vestimentas')
     if not os.path.exists(path):
         os.makedirs(path)
         os.makedirs(os.path.join(path, 'Imagenes'))
Esempio n. 2
0
 def createInitialsFoldersAndFiles(self):
     path = os.path.join(gobstones_folder(), "Vestimentas")
     if not os.path.exists(path):
         os.makedirs(path)
         os.makedirs(os.path.join(path, "Imagenes"))
Esempio n. 3
0
 def initGobstonesFolder(self):
     if not os.path.exists(gobstones_folder()):
         os.makedirs(gobstones_folder())
Esempio n. 4
0
 def initGobstonesFolder(self):
     if not os.path.exists(gobstones_folder()):
         os.makedirs(gobstones_folder())