Code

implemented proper error checking
[inkscape.git] / share / extensions / run_command.py
index f688444d61ba6f8e18b5f5381f99a98ef80c4216..7012c42746d1713c91cf8402d4e7af09152b539d 100644 (file)
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 import os
 import sys
 import tempfile
@@ -92,4 +93,4 @@ def run(command_format, prog_name):
         sys.exit(0)
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99