summaryrefslogtreecommitdiff
path: root/system/crypttab.py
diff options
context:
space:
mode:
Diffstat (limited to 'system/crypttab.py')
-rw-r--r--system/crypttab.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/crypttab.py b/system/crypttab.py
index 0565f57f..27523415 100644
--- a/system/crypttab.py
+++ b/system/crypttab.py
@@ -370,4 +370,5 @@ class Options(dict):
ret.append('%s=%s' % (k, v))
return ','.join(ret)
-main()
+if __name__ == '__main__':
+ main()