summaryrefslogtreecommitdiff
path: root/troveclient/utils.py
diff options
context:
space:
mode:
authorDebasish Chowdhury <debasish.chowdhury@globallogic.com>2013-11-30 18:24:04 +0530
committerDebasish Chowdhury <debasish.chowdhury@globallogic.com>2013-11-30 18:52:19 +0530
commit9c7120959eddcfc4b0ee31558a7af2275cb8d119 (patch)
treee9e1b70be380e5c8761fced54c27a36951f72ef0 /troveclient/utils.py
parent2b4864ab6d168c1a60fd3ed6182794778bb800cc (diff)
downloadpython-troveclient-9c7120959eddcfc4b0ee31558a7af2275cb8d119.tar.gz
Removes unused import statements
Change-Id: If229aa3f6e1009e1abfba13aba3970bdf2dd3761 closes-bug: #1255885
Diffstat (limited to 'troveclient/utils.py')
-rw-r--r--troveclient/utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/troveclient/utils.py b/troveclient/utils.py
index 78fcc2a..f8c30b7 100644
--- a/troveclient/utils.py
+++ b/troveclient/utils.py
@@ -19,7 +19,6 @@
from __future__ import print_function
import os
-import re
import sys
import uuid
import simplejson as json