python-adfs

changeset 72:1699a760928e

Updated version information and the version number.
author David Boddie <david@boddie.org.uk>
date Sat Aug 21 21:46:37 2010 +0200
parents 6bf4e64c9c17
children 9eaf2454d392
files ADF2INF.py ADFSlib.py README.txt setup.py
diffstat 4 files changed, 7 insertions(+), 14 deletions(-) [+]
line diff
     1.1 --- a/ADF2INF.py	Sat Aug 21 21:35:20 2010 +0200
     1.2 +++ b/ADF2INF.py	Sat Aug 21 21:46:37 2010 +0200
     1.3 @@ -3,9 +3,9 @@
     1.4  Name        : ADF2INF.py
     1.5  Author      : David Boddie
     1.6  Created     : Wed 18th October 2000
     1.7 -Updated     : Sun 8th June 2008
     1.8 +Updated     : Sat 21st August 2010
     1.9  Purpose     : Convert ADFS disc images (ADF) to INF files
    1.10 -WWW         : http://david.boddie.org.uk/Projects/Python/ADFSlib
    1.11 +WWW         : http://www.boddie.org.uk/david/Projects/Python/ADFSlib
    1.12  
    1.13  License:
    1.14  
     2.1 --- a/ADFSlib.py	Sat Aug 21 21:35:20 2010 +0200
     2.2 +++ b/ADFSlib.py	Sat Aug 21 21:46:37 2010 +0200
     2.3 @@ -19,8 +19,8 @@
     2.4  """
     2.5  
     2.6  __author__ = "David Boddie <david@boddie.org.uk>"
     2.7 -__date__ = "Sun 12th July 2008"
     2.8 -__version__ = "0.40"
     2.9 +__date__ = "Sat 21st August 2010"
    2.10 +__version__ = "0.41"
    2.11  __license__ = "GNU General Public License (version 3)"
    2.12  
    2.13  
     3.1 --- a/README.txt	Sat Aug 21 21:35:20 2010 +0200
     3.2 +++ b/README.txt	Sat Aug 21 21:46:37 2010 +0200
     3.3 @@ -1,6 +1,6 @@
     3.4  ADFSlib and ADF2INF
     3.5  
     3.6 -Copyright (c) 2000-2003, David Boddie
     3.7 +Copyright (c) 2000-2010, David Boddie
     3.8  
     3.9  This program is free software: you can redistribute it and/or modify
    3.10  it under the terms of the GNU General Public License as published by
     4.1 --- a/setup.py	Sat Aug 21 21:35:20 2010 +0200
     4.2 +++ b/setup.py	Sat Aug 21 21:46:37 2010 +0200
     4.3 @@ -12,18 +12,11 @@
     4.4      print "Information:"
     4.5      print
     4.6      print "The cmdsyntax module is not installed. The ADF2INF.py utility"
     4.7 -    print "will use getopt for its argument handling."
     4.8 +    print "will use getopt for its argument handling. You can install"
     4.9 +    print "cmdsyntax later if you want."
    4.10      print
    4.11      print "See http://www.boddie.org.uk/david/Projects/Python/CMDSyntax"
    4.12      print "for details of how to obtain the cmdsyntax module."
    4.13 -    print
    4.14 -    q = raw_input(
    4.15 -        "Do you wish to continue installing? [yes]/no:"
    4.16 -        )
    4.17 -    
    4.18 -    if q != "yes" and q != "":
    4.19 -    
    4.20 -        sys.exit()
    4.21  
    4.22  
    4.23  import ADFSlib