From 02adb5400ccf497f594e72fc458f66f92e0e3960 Mon Sep 17 00:00:00 2001 From: "R. Tyler Ballance" Date: Fri, 19 Feb 2010 15:33:57 -0800 Subject: [PATCH] Add skeletal moxy/ dir --- moxy/__init__.py | 3 +++ moxy/tests.py | 0 2 files changed, 3 insertions(+) create mode 100644 moxy/__init__.py create mode 100644 moxy/tests.py diff --git a/moxy/__init__.py b/moxy/__init__.py new file mode 100644 index 0000000..2e36dc7 --- /dev/null +++ b/moxy/__init__.py @@ -0,0 +1,3 @@ +#!/usr/bin/env python + +__version__ = '1.0.0' diff --git a/moxy/tests.py b/moxy/tests.py new file mode 100644 index 0000000..e69de29