diff options
Diffstat (limited to 'portato.py')
-rwxr-xr-x | portato.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law. Written by René 'Necoro' Neumann <necoro@necoro.net>""" % VERSION + sys.exit(0) else: uimod = sys.argv[1] if uimod in FRONTENDS: |