forked from VimPlug/jedi
fixed a unicode problem caused by a wrongly placed docstring
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
"""
|
"""
|
||||||
Unit tests to avoid errors of the past. Makes use of Python's ``unittest``
|
Unit tests to avoid errors of the past. Makes use of Python's ``unittest``
|
||||||
module.
|
module.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
import unittest
|
import unittest
|
||||||
import time
|
import time
|
||||||
import functools
|
import functools
|
||||||
|
|||||||
Reference in New Issue
Block a user