3 Commits

Author SHA1 Message Date
Rui Chen
d4cf5d3dd5 Set client module __version__
According to PEP 396, the version of client library
should be set in xxxclient.__version__, that help
python-openstackclient command "module list" to get
the right plugin module versions.

Change-Id: I932287726c5b0a8638c6ad72171e98181867d88f
Partial-Bug: #1662058
2017-02-06 15:44:00 +08:00
Cao Xuan Hoang
22dbb5634f Removes unnecessary utf-8 encoding
The following files added utf-8 encoding but never used. So we can
remove them at all.

designateclient/tests/base.py
designateclient/tests/test_designateclient.py

Change-Id: Id11c8241544ef076c95986bb645cdc6cce652a1c
2016-12-22 09:45:09 +07:00
Endre Karlson
39d5fcdff3 Add dummy tests
Change-Id: I3ee374157cf00739988fcf77bd6884796705b9ae
2014-06-06 12:29:31 +02:00