mirror of
https://github.com/gryf/uc1541.git
synced 2026-02-03 20:25:46 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 45bde06dd3 |
@@ -57,7 +57,7 @@ file.
|
|||||||
Rquirements
|
Rquirements
|
||||||
===========
|
===========
|
||||||
|
|
||||||
* Python 2.7
|
* Python 2.7 or Python 3.6 or higher
|
||||||
* Vice installation (c1541 program in path)
|
* Vice installation (c1541 program in path)
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
@@ -87,6 +87,7 @@ script behaviour:
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
* **3.2** Changed shebang to ``python`` executable instead of ``python3``
|
||||||
* **3.1** Argparse on Python3 have different behaviour, where if no subcommand
|
* **3.1** Argparse on Python3 have different behaviour, where if no subcommand
|
||||||
is provided, it will pass anyway. Fixed.
|
is provided, it will pass anyway. Fixed.
|
||||||
* **3.0** Added beta quality Python3 support
|
* **3.0** Added beta quality Python3 support
|
||||||
|
|||||||
6
uc1541
6
uc1541
@@ -1,10 +1,10 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python
|
||||||
"""
|
"""
|
||||||
UC1541 Virtual filesystem
|
UC1541 Virtual filesystem
|
||||||
|
|
||||||
Author: Roman 'gryf' Dobosz <gryf73@gmail.com>
|
Author: Roman 'gryf' Dobosz <gryf73@gmail.com>
|
||||||
Date: 2019-07-20
|
Date: 2019-09-15
|
||||||
Version: 3.1
|
Version: 3.2
|
||||||
Licence: BSD
|
Licence: BSD
|
||||||
source: https://bitbucket.org/gryf/uc1541
|
source: https://bitbucket.org/gryf/uc1541
|
||||||
mirror: https://github.com/gryf/uc1541
|
mirror: https://github.com/gryf/uc1541
|
||||||
|
|||||||
Reference in New Issue
Block a user