Parent Directory
|
Revision Log
Initial import.
| 1 | --- Mayavi-3.1.0.org/enthought/tvtk/code_gen.py 2009-06-10 16:40:04.124136294 +0530 |
| 2 | +++ Mayavi-3.1.0/enthought/tvtk/code_gen.py 2009-06-11 17:01:04.970576741 +0530 |
| 3 | @@ -157,6 +157,8 @@ |
| 4 | z.write(x, 'tvtk_classes/%s'%fname) |
| 5 | z.writepy('tvtk_classes') |
| 6 | z.close() |
| 7 | + if os.path.exists(cwd + "/" + self.zip_name): |
| 8 | + os.unlink(cwd + "/" + self.zip_name) |
| 9 | shutil.move(self.zip_name, cwd) |
| 10 | os.chdir(cwd) |
| 11 |
| admin@fedoraproject.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |