Commit Graph

7 Commits

Author SHA1 Message Date
Zhenguo Niu c72ad4fe0a Update my mailmap
Using new email address.

Change-Id: Iabbc373bbdec6f7ec6316975fb693775070fae13
2013-10-25 14:49:23 +08:00
Kun Huang f585152407 remove 'import *' usage (or mark is #noqa)
This is talked in bug #1188533, and in current codes, there are several
places here:

horizon/forms/__init__.py:18:from django.forms import *
    mark '# noqa'

openstack_dashboard/settings.py:182:    from local.local_settings import *
openstack_dashboard/test/settings.py:5:from horizon.test.settings import *
    mark '# noqa'

openstack_dashboard/dashboards/project/instances/workflows/__init__.py:1:from create_instance import *
openstack_dashboard/dashboards/project/instances/workflows/__init__.py:2:from update_instance import *
openstack_dashboard/dashboards/project/instances/workflows/__init__.py:3:from resize_instance import *
    fix it

openstack_dashboard/dashboards/project/images_and_snapshots/urls.py:21:from django.conf.urls.defaults import *
    fix it

fixes bug # 1188533
Change-Id: Id671280903f8452a78f81f1240d92297de7a89a8
2013-07-30 11:45:39 +08:00
Joe Gordon 79c56eb783 Update my mailmap
Using new email address, update mailmap to reflect that.

Change-Id: I4371fb99e5e4c9dbb3138314102aaac15faa2f8d
2013-06-12 23:04:04 -07:00
Zhongyue Luo a3d136e365 Removes unused imports
Removed unused imports founded by:

find . -type f -name "*py" -exec pylint -r n {} \; | grep -E "Unused imp|^\*"

Change-Id: I84f81ed833f6f792c5beb41a4d6b26cbb3236b2b
2012-12-10 11:27:51 +08:00
Ke Wu d958f82bb8 bug 999371, add a simple test case to test the tag
add name and contact info to AUTHORS file. Change Author in the commit
message, add email to .mailmap

Change-Id: Ic9aba5dfde0aae0faee6b944d253cd3d9d8ea4e7
2012-05-17 17:13:57 -07:00
James E. Blair 0c18385fd1 Add distribute to test-requires.
Currently glance (which is required for testing by keystone because
there is no python-glanceclient yet) requires distribute>=0.6.24,
but it can't be installed as a dependency of a dependency.  Requiring
it explicitly here should help.

Install test-requires first, otherwise distribute doesn't get properly set.

Install distribute manually until we can re-address venv creation.

Align webob version to the other projects due to version conflicts.

Change-Id: Iac0b6860c600fbf230cf4f602ce1b76c68fcb7cd
2012-04-18 07:39:27 -07:00
Tihomir Trifonov 8ff0f46b46 Update for AUTHORS file to remove duplicate entries
Multiple emails per person are mapped in .mailmap file
Fixes bug 945268

As primary email I've assumed the last one used in a commit.

Change-Id: I755e98ccf82dc9a680bbfb103a0703c4d84d3e34
2012-03-06 22:06:46 +02:00