summaryrefslogtreecommitdiff
path: root/math/qtiplot/files/patch-qtiplot_qtiplotrc.py
diff options
context:
space:
mode:
Diffstat (limited to 'math/qtiplot/files/patch-qtiplot_qtiplotrc.py')
-rw-r--r--math/qtiplot/files/patch-qtiplot_qtiplotrc.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/math/qtiplot/files/patch-qtiplot_qtiplotrc.py b/math/qtiplot/files/patch-qtiplot_qtiplotrc.py
deleted file mode 100644
index 4caaedb8283e..000000000000
--- a/math/qtiplot/files/patch-qtiplot_qtiplotrc.py
+++ /dev/null
@@ -1,14 +0,0 @@
---- qtiplot/qtiplotrc.py.orig 2011-07-06 06:37:50 UTC
-+++ qtiplot/qtiplotrc.py
-@@ -37,7 +37,10 @@ def import_to_global(modname, attrs=None
- """
- import sys
- import os
-- sys.path.append(os.path.dirname(__file__))
-+ try:
-+ sys.path.append(os.path.dirname(__file__))
-+ except:
-+ pass
- mod = __import__(modname)
- for submod in modname.split(".")[1:]:
- mod = getattr(mod, submod)