Mercurial > hg > config
diff .emacs @ 605:ab9145ded910
STUB: .emacs
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Fri, 31 Jan 2014 15:16:44 -0800 |
parents | 04dfe64d1ba7 |
children | cd51786972c4 |
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()