summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-04-02 15:22:04 +0200
committerAndreas Jaeger <aj@suse.com>2020-04-02 15:26:13 +0200
commit279ea4766ede074662ff29dde86a885458ec501f (patch)
treeb7341f2f1070a52fb5d602071cfd4611e09e6f21 /tools
parentbf64eb26dad37f86e83d6910f474db3c619ab4dc (diff)
downloadglance_store-279ea4766ede074662ff29dde86a885458ec501f.tar.gz
Update hacking for Python3
The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Fix problems found. Remove hacking and friends from lower-constraints, they are not needed for installation. Change-Id: I99b8b24f714858f6b289e5e7b5976e519bb81c11
Diffstat (limited to 'tools')
-rw-r--r--tools/install_venv.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/install_venv.py b/tools/install_venv.py
index cbea89a..e238215 100644
--- a/tools/install_venv.py
+++ b/tools/install_venv.py
@@ -69,5 +69,6 @@ def main(argv):
'setup.py', 'develop'])
print_help()
+
if __name__ == '__main__':
main(sys.argv)