# HG changeset patch # User Jeff Hammel # Date 1391210204 28800 # Node ID ab9145ded91009a892d5e50d7969f8f0819e3fc4 # Parent 2786c3293fb5f3812fb2783d008215b20ef5ece4 STUB: .emacs diff -r 2786c3293fb5 -r ab9145ded910 .emacs --- 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()