uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
|
|
@ -0,0 +1,27 @@
|
|||
diff --git a/fabulous/prompt.py b/fabulous/prompt.py
|
||||
index 531176f..e395ab4 100644
|
||||
--- a/fabulous/prompt.py
|
||||
+++ b/fabulous/prompt.py
|
||||
@@ -18,8 +18,7 @@
|
||||
import sys
|
||||
import os
|
||||
import os.path
|
||||
-import term
|
||||
-from term import stdout, stderr, display
|
||||
+from .term import stdout, stderr, display
|
||||
|
||||
__all__ = ["input_object","query","file_chooser"]
|
||||
|
||||
diff --git a/fabulous/widget.py b/fabulous/widget.py
|
||||
index 31a2547..7ad889a 100644
|
||||
--- a/fabulous/widget.py
|
||||
+++ b/fabulous/widget.py
|
||||
@@ -24,7 +24,7 @@ import os
|
||||
import math
|
||||
from datetime import datetime
|
||||
# import textwrap
|
||||
-from term import stdout, display
|
||||
+from .term import stdout, display
|
||||
|
||||
class ProgressBar(object):
|
||||
"""A 3-line progress bar, which looks like::
|
||||
Loading…
Add table
Add a link
Reference in a new issue