[Python-apps-commits] r11251 - in packages/legit/trunk/debian (3 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Thu Sep 4 06:18:46 UTC 2014


    Date: Thursday, September 4, 2014 @ 06:18:45
  Author: takaki
Revision: 11251

fix import args error

Added:
  packages/legit/trunk/debian/patches/
  packages/legit/trunk/debian/patches/fix_import_args
  packages/legit/trunk/debian/patches/series

Added: packages/legit/trunk/debian/patches/fix_import_args
===================================================================
--- packages/legit/trunk/debian/patches/fix_import_args	                        (rev 0)
+++ packages/legit/trunk/debian/patches/fix_import_args	2014-09-04 06:18:45 UTC (rev 11251)
@@ -0,0 +1,28 @@
+Index: legit-0.1.1/legit/cli.py
+===================================================================
+--- legit-0.1.1.orig/legit/cli.py	2012-03-25 11:01:33.000000000 +0900
++++ legit-0.1.1/legit/cli.py	2014-09-04 15:14:54.953516555 +0900
+@@ -12,7 +12,7 @@
+ from time import sleep
+ 
+ import clint.resources
+-from clint import args
++from clint import Args
+ from clint.eng import join as eng_join
+ from clint.textui import colored, puts, columns
+ 
+@@ -21,6 +21,7 @@
+ from .helpers import is_lin, is_osx, is_win
+ from .scm import *
+ 
++args = Args()
+ 
+ def black(s):
+     if settings.allow_black_foreground:
+@@ -520,4 +521,4 @@
+     hv='harvest',
+     har='harvest',
+     h='help'
+-)
+\ No newline at end of file
++)

Added: packages/legit/trunk/debian/patches/series
===================================================================
--- packages/legit/trunk/debian/patches/series	                        (rev 0)
+++ packages/legit/trunk/debian/patches/series	2014-09-04 06:18:45 UTC (rev 11251)
@@ -0,0 +1 @@
+fix_import_args




More information about the Python-apps-commits mailing list