summaryrefslogtreecommitdiff
path: root/magick.py
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@debian.org>2020-04-28 13:41:41 +0200
committerJohannes 'josch' Schauer <josch@debian.org>2020-04-28 13:41:41 +0200
commitbfa3c202c5b422b27b6ffc074697f6e64a53b6b3 (patch)
tree43cf2aa36a1ef5a008078c8b47f33ad5e9850c25 /magick.py
parente7866e5e3c125b734332dd93843ef683332c0a43 (diff)
New upstream version 0.3.5
Diffstat (limited to 'magick.py')
-rwxr-xr-x[-rw-r--r--]magick.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/magick.py b/magick.py
index b3dcc18..8299cf1 100644..100755
--- a/magick.py
+++ b/magick.py
@@ -303,4 +303,5 @@ def main():
)
-main()
+if __name__ == "__main__":
+ main()