File coding, file description ALL THE THINGS
[ci skip]
This commit is contained in:
parent
44fb5b4a6e
commit
124dc1b969
6 changed files with 56 additions and 1 deletions
|
|
@ -1,3 +1,13 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""
|
||||
twython.compat
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
This module contains imports and declarations for seamless Python 2 and
|
||||
Python 3 compatibility.
|
||||
"""
|
||||
|
||||
import sys
|
||||
|
||||
_ver = sys.version_info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue