Added comments about maintainability to the python version.
This commit is contained in:
parent
96573504bb
commit
76aa6b6509
|
@ -1,3 +1,9 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
# This Python file is a hand-edited version of the Hy version. It has
|
||||
# the exact same functionality, but I recommend using the Hy version
|
||||
# if you can, as it's the one I'm actively maintaining.
|
||||
|
||||
VERSION = '0.0.2'
|
||||
import os
|
||||
import re
|
||||
|
|
Loading…
Reference in New Issue