Skip to content

Commit

Permalink
Force usage with python2
Browse files Browse the repository at this point in the history
grml2usb isn't py3k-ready yet, so until we're there
ensure we don't run under python3, even by accident.

Closes: #921327
  • Loading branch information
mika committed Feb 28, 2019
1 parent 9003959 commit 203ce99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grml2usb
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
# pylint: disable-msg=C0302
"""
Expand Down

0 comments on commit 203ce99

Please sign in to comment.