Switched back the order of the she-bang and the Python coding decl.

This script (in its current form) is intended to be invoked as a shell
script so the she-bang must come first.
This commit is contained in:
Seth House 2013-12-11 16:04:09 -07:00
parent d589a41d30
commit c2b563a56f

View file

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
# -*- coding: utf-8 -*-
'''\
Welcome to the Salt repl which exposes the execution environment of a minion in
a pre-configured Python shell