Skip to content

Commit

Permalink
Add missing include for logging when log_config is used
Browse files Browse the repository at this point in the history
Fixes bug 1047273

Change-Id: I7fb8a504acf8fa910100d9798e2a35274aa5a103
  • Loading branch information
Gary Kotton committed Sep 7, 2012
1 parent 665ded8 commit c02139a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quantum/common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"""

import logging
import logging.config
import logging.handlers
import os
import sys
Expand Down

0 comments on commit c02139a

Please sign in to comment.