Preparing for OpenStack testing environment

Renamed logging.py to log.py. I was getting import errors because it conflicts
with logging in the stdlib.
This commit is contained in:
Josh Gachnang
2014-03-11 12:44:14 -07:00
parent ad602702f5
commit ce8bc60414
12 changed files with 78 additions and 37 deletions

View File

@@ -24,3 +24,19 @@ teeth_agent.modes =
teeth_agent.hardware_managers =
generic = teeth_agent.hardware:GenericHardwareManager
[pbr]
autodoc_index_modules = True
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0
[wheel]
universal = 1