Skip to content

Commit

Permalink
Add "import errno" to a couple of files.
Browse files Browse the repository at this point in the history
Two files were missing "import errno"; added it.  This fixes
bug 884382.

Change-Id: If6e6eea33f5db91e317e4c874f74b268bd34e7f6
  • Loading branch information
Kevin L. Mitchell committed Nov 1, 2011
1 parent 45c7280 commit 25bae72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions glance/api/v1/images.py
Expand Up @@ -19,6 +19,7 @@
/images endpoint for Glance v1 API
"""

import errno
import json
import logging
import traceback
Expand Down
1 change: 1 addition & 0 deletions glance/common/wsgi.py
Expand Up @@ -22,6 +22,7 @@
"""

import datetime
import errno
import json
import logging
import sys
Expand Down

0 comments on commit 25bae72

Please sign in to comment.