diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-29 12:29:52 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-29 12:29:52 -0400 |
| commit | ca8b06893b0d584a0b5f15dd66b14da4f18100bc (patch) | |
| tree | 0ce2e834315a30a0a70e993fc1f799e6582820c7 /meta-openstack/recipes-devtools/python/python-lesscpy/0002-Description-Fixup-for-python3.3-compat.patch | |
| parent | 40974713cd802492915c3996342d9485cac36f06 (diff) | |
| parent | 2ed930f23e4d5678ef943cef413d09cd10c78eb7 (diff) | |
| download | meta-cloud-services-ca8b06893b0d584a0b5f15dd66b14da4f18100bc.tar.gz | |
Merge branch 'master' into kilo
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-lesscpy/0002-Description-Fixup-for-python3.3-compat.patch')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-lesscpy/0002-Description-Fixup-for-python3.3-compat.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-lesscpy/0002-Description-Fixup-for-python3.3-compat.patch b/meta-openstack/recipes-devtools/python/python-lesscpy/0002-Description-Fixup-for-python3.3-compat.patch deleted file mode 100644 index b5da15a..0000000 --- a/meta-openstack/recipes-devtools/python/python-lesscpy/0002-Description-Fixup-for-python3.3-compat.patch +++ /dev/null | |||
| @@ -1,31 +0,0 @@ | |||
| 1 | From 8b9fb203948ca752d848cee951ccde2954abcfe3 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Bruce Ashfield <bruce.ashfield@windriver.com> | ||
| 3 | Date: Wed, 30 Oct 2013 23:17:28 -0400 | ||
| 4 | Subject: [PATCH 2/2] Description: Fixup for python3.3 compat Author: James | ||
| 5 | Page <james.page@ubuntu.com> Forwarded: | ||
| 6 | https://github.com/robotis/Lesscpy/pull/23 | ||
| 7 | |||
| 8 | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> | ||
| 9 | --- | ||
| 10 | lesscpy/scripts/compiler.py | 5 +++-- | ||
| 11 | 1 file changed, 3 insertions(+), 2 deletions(-) | ||
| 12 | |||
| 13 | diff --git a/lesscpy/scripts/compiler.py b/lesscpy/scripts/compiler.py | ||
| 14 | index f6b92c7..93dabd3 100644 | ||
| 15 | --- a/lesscpy/scripts/compiler.py | ||
| 16 | +++ b/lesscpy/scripts/compiler.py | ||
| 17 | @@ -84,8 +84,9 @@ def run(): | ||
| 18 | """Run compiler | ||
| 19 | """ | ||
| 20 | aparse = argparse.ArgumentParser(description='LessCss Compiler', | ||
| 21 | - epilog='<< jtm@robot.is @_o >>', | ||
| 22 | - version=VERSION_STR) | ||
| 23 | + epilog='<< jtm@robot.is @_o >>') | ||
| 24 | + aparse.add_argument('-v', '--version', action='version', | ||
| 25 | + version=VERSION_STR) | ||
| 26 | aparse.add_argument('-I', '--include', action="store", type=str, | ||
| 27 | help="Included less-files (comma separated)") | ||
| 28 | aparse.add_argument('-V', '--verbose', action="store_true", | ||
| 29 | -- | ||
| 30 | 1.7.10.4 | ||
| 31 | |||
