# HG changeset patch # User Jeff Hammel # Date 1393957103 28800 # Node ID 6dedad97c4eb90f6a7b2fe9814ab1e9b3d502a43 # Parent a9c390903d61a99f99692631b4237283f374f6bd STUB: .emacs diff -r a9c390903d61 -r 6dedad97c4eb .emacs --- 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__':