Skip to content

Commit

Permalink
rm null
Browse files Browse the repository at this point in the history
  • Loading branch information
letiantian committed Jun 17, 2016
1 parent 3e48868 commit 4f54ec1
Show file tree
Hide file tree
Showing 20 changed files with 229,031 additions and 229,045 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*.pyc
build
dist
MANIFEST
*.pyc
build
dist
MANIFEST
28 changes: 14 additions & 14 deletions ChineseTone/__init__.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# coding: utf-8

"""
@author: letian
@homepage: http://www.letiantian.me
@github: https://github.com/someus/
"""

__author__ = 'letian'

from chinesetone import PinyinFormat
from chinesetone import PinyinResource
from chinesetone import PinyinException
from chinesetone import PinyinHelper
# coding: utf-8

"""
@author: letian
@homepage: http://www.letiantian.me
@github: https://github.com/someus/
"""

__author__ = 'letian'

from chinesetone import PinyinFormat
from chinesetone import PinyinResource
from chinesetone import PinyinException
from chinesetone import PinyinHelper
from chinesetone import ChineseHelper
Loading

0 comments on commit 4f54ec1

Please sign in to comment.