summarylogtreecommitdiffstats
path: root/tabs.patch
diff options
context:
space:
mode:
authorDoron Behar2018-11-21 07:44:34 +0100
committerDoron Behar2018-11-21 07:45:01 +0100
commit3c22a4987d0eaf31768fbfe9de86a34a230a0642 (patch)
tree60bba89edc55eb2acf33508aa31bf9a7a6dc5dcd /tabs.patch
downloadaur-saws.tar.gz
Initial commit
Diffstat (limited to 'tabs.patch')
-rw-r--r--tabs.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/tabs.patch b/tabs.patch
new file mode 100644
index 000000000000..3b78a0af6ed2
--- /dev/null
+++ b/tabs.patch
@@ -0,0 +1,25 @@
+--- SAWsconf.py 2018-11-21 07:38:41.901082793 +0100
++++ - 2018-11-21 07:39:07.247628468 +0100
+@@ -1,9 +1,9 @@
+ try:
+- import argparse
++ import argparse
+ except:
+- import os
+- print('Installation of Python does not have argparse. Run "sudo easy_intall argparse" then try configure again')
+- os._exit(1)
++ import os
++ print('Installation of Python does not have argparse. Run "sudo easy_intall argparse" then try configure again')
++ os._exit(1)
+
+ def mkdir_p(path):
+ import os
+@@ -77,7 +77,7 @@
+ args = []
+ for i in sys.argv:
+ if i.find('=') > -1 and not i[0] == '-': i = '--'+i
+- args.extend([i])
++ args.extend([i])
+ sys.argv = args
+
+ parser = argparse.ArgumentParser(description='Configure Scientific Application Web server (SAWs)')