changeset 187:74f41d53b057

STUB: makeitso/python_package/{{package}}/{{main}}.py
author Jeff Hammel <k0scist@gmail.com>
date Fri, 11 Apr 2014 17:06:22 -0700
parents 12128bd1f021
children 1bcf60bcc455
files makeitso/python_package/{{package}}/{{main}}.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/makeitso/python_package/{{package}}/{{main}}.py	Fri Apr 11 16:59:03 2014 -0700
+++ b/makeitso/python_package/{{package}}/{{main}}.py	Fri Apr 11 17:06:22 2014 -0700
@@ -5,11 +5,15 @@
 {{description}}
 """
 
+# imports
 import optparse
 import os
 import subprocess
 import sys
 
+__all__ = ['main']
+here = os.path.dirname(os.path.realpath(__file__))
+
 def add_options(parser):
     """add options to the OptionParser instance"""