diff options
Diffstat (limited to 'update_pyparsing_timestamp.py')
-rw-r--r-- | update_pyparsing_timestamp.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/update_pyparsing_timestamp.py b/update_pyparsing_timestamp.py index 4a82bd1..841b8ec 100644 --- a/update_pyparsing_timestamp.py +++ b/update_pyparsing_timestamp.py @@ -15,4 +15,3 @@ with open('pyparsing.py', encoding='utf-8') as oldpp: with open('pyparsing.py','w', encoding='utf-8') as newpp:
newpp.write(new_code)
-
|