Esempio n. 1
0
 def copyToDesktop(self, event):
     for screen in self.scrlist:
         lib.copyfile(screen)
Esempio n. 2
0
 def copyallstuff(self):
     lib.copyfile(
         os.path.expanduser("~/" + config.URT_FOLDER + "/q3ut4/demos/") +
         lib.demoname(demotime))
     for screen in self.screens:
         lib.copyfile(screen)
Esempio n. 3
0
 def copydemos(self):
     lib.copyfile(
         os.path.expanduser("~/" + config.URT_FOLDER + "/q3ut4/demos/") +
         lib.demoname(demotime))
Esempio n. 4
0
 def copyToDesktop(self, event):
     for screen in self.scrlist:
         lib.copyfile(screen)
Esempio n. 5
0
 def copyallstuff(self):
     lib.copyfile(os.path.expanduser("~/" + config.URT_FOLDER + "/q3ut4/demos/") + lib.demoname(demotime))
     for screen in self.screens:
         lib.copyfile(screen)
Esempio n. 6
0
 def copydemos(self):
     lib.copyfile(os.path.expanduser("~/" + config.URT_FOLDER + "/q3ut4/demos/") + lib.demoname(demotime))