diff options
-rwxr-xr-x | start_mx.py | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/start_mx.py b/start_mx.py index 79943d9..37ac5c0 100755 --- a/start_mx.py +++ b/start_mx.py @@ -10,12 +10,11 @@ | and is part of the Leap Encryption Access | | Project platform. | |___________________________________________| - - authors: Isis Agora Lovecruft, <isis@leap.se> 0x2cdb8b35 - license: AGPLv3, see included LICENCE file. - copyright: copyright (c) 2013 Isis Agora Lovecruft - """ + # authors: Isis Agora Lovecruft, <isis@leap.se> 0x2cdb8b35 + # license: AGPLv3, see included LICENCE file. + # copyright: copyright (c) 2013 Isis Agora Lovecruft + from __future__ import print_function from os import getcwd |