[Zope-CVS] CVS: PythonNet/src/console - PythonConsole.cs:1.3
Brian Lloyd
cvs-admin at zope.org
Mon Oct 27 21:07:31 EST 2003
Update of /cvs-repository/PythonNet/src/console
In directory cvs.zope.org:/tmp/cvs-serv9370/src/console
Modified Files:
PythonConsole.cs
Log Message:
Checkin for b1, before the cable bugs out again :(
=== PythonNet/src/console/PythonConsole.cs 1.2 => 1.3 ===
--- PythonNet/src/console/PythonConsole.cs:1.2 Mon Jul 28 22:28:13 2003
+++ PythonNet/src/console/PythonConsole.cs Mon Oct 27 21:07:00 2003
@@ -1,14 +1,20 @@
-// PythonConsole.cs - A temporary python.exe wrapper (until we have worked
-// out bootstrapping options).
+// Copyright (c) 2001, 2002 Zope Corporation and Contributors.
//
-// Author: Brian Lloyd <brian at zope.com>
+// All Rights Reserved.
+//
+// This software is subject to the provisions of the Zope Public License,
+// Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
+// THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+// WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+// WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+// FOR A PARTICULAR PURPOSE.
using System;
using Python.Runtime;
-
public class PythonConsole {
+ [STAThread]
public static int Main(string[] args) {
string [] cmd = Environment.GetCommandLineArgs();
More information about the Zope-CVS
mailing list