Example #1
0
 def copyToDesktop(self, event):
     for screen in self.scrlist:
         lib.copyfile(screen)
Example #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)
Example #3
0
 def copydemos(self):
     lib.copyfile(
         os.path.expanduser("~/" + config.URT_FOLDER + "/q3ut4/demos/") +
         lib.demoname(demotime))
Example #4
0
 def copyToDesktop(self, event):
     for screen in self.scrlist:
         lib.copyfile(screen)
Example #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)
Example #6
0
 def copydemos(self):
     lib.copyfile(os.path.expanduser("~/" + config.URT_FOLDER + "/q3ut4/demos/") + lib.demoname(demotime))