mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-15 01:57:06 +08:00
fix encoding problems in python2 for travis
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
"""
|
"""
|
||||||
Unit tests to avoid errors of the past. These are also all tests that didn't
|
Unit tests to avoid errors of the past. These are also all tests that didn't
|
||||||
found a good place in any other testing module.
|
found a good place in any other testing module.
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
"""
|
"""
|
||||||
All character set and unicode related tests.
|
All character set and unicode related tests.
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user