summaryrefslogtreecommitdiff
path: root/_action/splitappend.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2014-06-30 14:32:45 +0200
committerAnthon van der Neut <anthon@mnt.org>2014-06-30 14:32:45 +0200
commit4b51266bb19f7df8c8708485ea97869327d87a06 (patch)
tree0d93777f64b23843a7c71a06ea3a8227a0ca677a /_action/splitappend.py
parent9918adcba6cda48e9d51b04196ff632bdd5c74ac (diff)
downloadruamel.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.py2
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