1
0
forked from VimPlug/jedi

fix encoding problems in python2 for travis

This commit is contained in:
David Halter
2013-08-08 00:26:47 +04:30
parent 7ab00242a8
commit 7f53bd71fe
2 changed files with 1 additions and 2 deletions

View File

@@ -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
found a good place in any other testing module.

View File

@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
"""
All character set and unicode related tests.
"""