changeset 605:ab9145ded910

STUB: .emacs
author Jeff Hammel <k0scist@gmail.com>
date Fri, 31 Jan 2014 15:16:44 -0800
parents 2786c3293fb5
children 5b561c7b2005
files .emacs
diffstat 1 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/.emacs	Fri Jan 31 09:02:49 2014 -0800
+++ b/.emacs	Fri Jan 31 15:16:44 2014 -0800
@@ -195,16 +195,14 @@
 
 (fset 'python-test "#!/usr/bin/env python
 
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this file,
-# You can obtain one at http://mozilla.org/MPL/2.0/.
-
 import os
 import unittest
 
 here = os.path.dirname(os.path.abspath(__file__))
 
-class Test____(unittest.TestCase):
+class Test__(unittest.TestCase):
+    def test__(self):
+        pass
 
 if __name__ == '__main__':
     unittest.main()