[Python-checkins] r70968 - in python/trunk/Misc: README python-wing.wpr

michael.foord python-checkins at python.org
Wed Apr 1 20:25:39 CEST 2009


Author: michael.foord
Date: Wed Apr  1 20:25:38 2009
New Revision: 70968

Log:
Adding Wing project file

Added:
   python/trunk/Misc/python-wing.wpr   (contents, props changed)
Modified:
   python/trunk/Misc/   (props changed)
   python/trunk/Misc/README

Modified: python/trunk/Misc/README
==============================================================================
--- python/trunk/Misc/README	(original)
+++ python/trunk/Misc/README	Wed Apr  1 20:25:38 2009
@@ -23,6 +23,7 @@
 pymemcompat.h	Memory interface compatibility file.
 python.man	UNIX man page for the python interpreter
 python-mode.el	Emacs mode for editing Python programs
+python-wing.wpr Wing IDE project file
 README		The file you're reading now
 README.valgrind	Information for Valgrind users, see valgrind-python.supp
 RFD		Request For Discussion about a Python newsgroup

Added: python/trunk/Misc/python-wing.wpr
==============================================================================
--- (empty file)
+++ python/trunk/Misc/python-wing.wpr	Wed Apr  1 20:25:38 2009
@@ -0,0 +1,13 @@
+#!wing
+#!version=3.0
+##################################################################
+# Wing IDE project file                                          #
+##################################################################
+[project attributes]
+proj.directory-list = [{'dirloc': loc('..'),
+                        'excludes': (),
+                        'filter': '*',
+                        'include_hidden': False,
+                        'recursive': True,
+                        'watch_for_changes': True}]
+proj.file-type = 'shared'


More information about the Python-checkins mailing list