From d2b2c90a06bf1f4a21df196430d1f95856900410 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Thu, 30 Jun 2011 17:36:45 -0400 Subject: Move the modules, modules-test and systeminfo subdirs into 'attic' --- attic/modules/PythonCompile.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 attic/modules/PythonCompile.py (limited to 'attic/modules/PythonCompile.py') diff --git a/attic/modules/PythonCompile.py b/attic/modules/PythonCompile.py new file mode 100644 index 00000000..156fea28 --- /dev/null +++ b/attic/modules/PythonCompile.py @@ -0,0 +1,4 @@ +# By Simon Edwards +# This file is in the public domain. +import py_compile, sys +sys.exit(py_compile.main()) -- cgit v1.2.1