From c27f8b0fa98315a92c5c9b524ecb11366db11069 Mon Sep 17 00:00:00 2001 From: Gareth Latty Date: Sat, 13 Dec 2014 11:23:10 +0000 Subject: [PATCH] Removal of the version history from the source. --- unrpa | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/unrpa b/unrpa index 97fc308..0c61806 100755 --- a/unrpa +++ b/unrpa @@ -15,26 +15,6 @@ along with this program. If not, see . ''' -### Copyright Gareth Latty 2009 - -### Version 1.4 (Current) -### make_directory_structure improved. - -### Version 1.3 -### BUGFIX: Presumed that the RPA archive would use the path seperator of the -### system. Broke under some circumstances. - -### Version 1.2 -### BUGFIX: Presumed a forwards slash in the make_directory_structure function, -### Broke under windows when using --mkdir. - -### Version 1.1 -### BUGFIX: Crash upon listing files when in verbose mode. -### BUGFIX: A few extra bytes were appended to the end of every file. - -### Version 1.0 -### Initial Release - import os import optparse import sys