diff .emacs @ 638:6dedad97c4eb

STUB: .emacs
author Jeff Hammel <k0scist@gmail.com>
date Tue, 04 Mar 2014 10:18:23 -0800
parents d37391e845f5
children 15c20cfc6b22
line wrap: on
line diff
--- a/.emacs	Sun Mar 02 15:56:11 2014 -0800
+++ b/.emacs	Tue Mar 04 10:18:23 2014 -0800
@@ -196,12 +196,13 @@
 (fset 'python-test "#!/usr/bin/env python
 
 import os
+import tempfile
 import unittest
 
 here = os.path.dirname(os.path.abspath(__file__))
 
 class Test(unittest.TestCase):
-    def test_(self):
+    def test_basic(self):
         pass
 
 if __name__ == '__main__':