[Skencil-commits] r721 - skencil/branches/skencil-0.6

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Sep 22 16:18:25 CEST 2010


Author: igor_n
Date: 2010-09-22 16:18:23 +0200 (Wed, 22 Sep 2010)
New Revision: 721

Added:
   skencil/branches/skencil-0.6/skencil-launcher.py
Log:
application launcher for development time

Added: skencil/branches/skencil-0.6/skencil-launcher.py
===================================================================
--- skencil/branches/skencil-0.6/skencil-launcher.py	2010-09-22 13:42:14 UTC (rev 720)
+++ skencil/branches/skencil-0.6/skencil-launcher.py	2010-09-22 14:18:23 UTC (rev 721)
@@ -0,0 +1,12 @@
+#! /usr/bin/python
+# -*- coding: utf-8 -*-
+
+# Copyright (C) 2010 by Igor E. Novikov
+#
+# This library is covered by GNU Library General Public License.
+# For more info see COPYRIGHTS file in root directory.
+
+
+import src
+
+src.skencil_run()
\ No newline at end of file



More information about the Skencil-commits mailing list