summarylogtreecommitdiffstats
path: root/hydrus-client
diff options
context:
space:
mode:
authorScore_Under2019-01-10 14:54:38 +0000
committerScore_Under2019-01-10 14:54:47 +0000
commitbfb5253cb6f464ba37ab48e6c84f2408549d9267 (patch)
treed70889d1023181b91eca05745cac07af5bbf07d4 /hydrus-client
parent2cbe0c183e9f39f09dbfb098d28c1eea5cd5316a (diff)
downloadaur-bfb5253cb6f464ba37ab48e6c84f2408549d9267.tar.gz
Update for Hydrus 335 (Python 3 support!!)
Diffstat (limited to 'hydrus-client')
-rw-r--r--hydrus-client2
1 files changed, 1 insertions, 1 deletions
diff --git a/hydrus-client b/hydrus-client
index 003a2adc0b53..16b14ba225f3 100644
--- a/hydrus-client
+++ b/hydrus-client
@@ -1,2 +1,2 @@
#!/bin/sh
-exec python2 -OO /opt/hydrus/client.pyw "$@"
+exec python -OO /opt/hydrus/client.pyw "$@"