Skip to content

Commit

Permalink
pkg cnyeardb to cnyear
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo-nullius committed Oct 24, 2018
1 parent d328476 commit 3f3436b
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='cnyear',
version = '0.0.7',
version = '0.0.8',
description = 'A tool for conversion between Chinese year and CE.',
author = 'Nemo',
author_email = '[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion tests/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__),'..')))
#print(sys.path)

import cnyeardb
import cnyear
6 changes: 3 additions & 3 deletions tests/test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .context import cnyeardb
from .context import cnyear

Cnyeardb = cnyeardb.Cnyeardb
Cnyear = cnyeardb.Cnyear
Cnyeardb = cnyear.Cnyeardb
Cnyear = cnyear.Cnyear

cnyeardb_handler = Cnyeardb()
cnyear = Cnyear('清宣統六年')
Expand Down
6 changes: 3 additions & 3 deletions tests/test2.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#-*-coding:utf-8-*-
from .context import cnyeardb
from .context import cnyear

Cnyeardb = cnyeardb.Cnyeardb
Cnyear = cnyeardb.Cnyear
Cnyeardb = cnyear.Cnyeardb
Cnyear = cnyear.Cnyear


if __name__ == '__main__':
Expand Down

0 comments on commit 3f3436b

Please sign in to comment.