Skip to content

Commit

Permalink
Merge "Update swift.common.db to us swift.cmmn.utils.json"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Sep 4, 2012
2 parents a8b8798 + 2e16b1f commit 93766cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions swift/common/db.py
Expand Up @@ -29,10 +29,9 @@
from tempfile import mkstemp

from eventlet import sleep, Timeout
import simplejson as json
import sqlite3

from swift.common.utils import normalize_timestamp, renamer, \
from swift.common.utils import json, normalize_timestamp, renamer, \
mkdirs, lock_parent_directory, fallocate
from swift.common.exceptions import LockTimeout

Expand Down

0 comments on commit 93766cd

Please sign in to comment.