diff options
| author | Anthon van der Neut <anthon@mnt.org> | 2014-06-30 14:32:45 +0200 |
|---|---|---|
| committer | Anthon van der Neut <anthon@mnt.org> | 2014-06-30 14:32:45 +0200 |
| commit | 4b51266bb19f7df8c8708485ea97869327d87a06 (patch) | |
| tree | 0d93777f64b23843a7c71a06ea3a8227a0ca677a /_action/splitappend.py | |
| parent | 9918adcba6cda48e9d51b04196ff632bdd5c74ac (diff) | |
| download | ruamel.std.argparse-4b51266bb19f7df8c8708485ea97869327d87a06.tar.gz | |
- python 3.4
- keep order of arguments
- extended tests for ordering
Diffstat (limited to '_action/splitappend.py')
| -rw-r--r-- | _action/splitappend.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_action/splitappend.py b/_action/splitappend.py index 77008e2..fade386 100644 --- a/_action/splitappend.py +++ b/_action/splitappend.py @@ -1,5 +1,7 @@ # coding: utf-8 +from __future__ import print_function + import argparse |
