1
0
forked from VimPlug/jedi

documentation and clean up, #181

This commit is contained in:
David Halter
2013-08-07 18:26:41 +04:30
parent 04e454269c
commit 45432c6cb0
10 changed files with 65 additions and 27 deletions

View File

@@ -1,3 +1,8 @@
"""
A helper module for testing, improves compatibility for testing (as
``jedi._compatibility``) as well as introducing helper functions.
"""
import sys
if sys.hexversion < 0x02070000:
import unittest2 as unittest