summaryrefslogtreecommitdiff
path: root/client/src/leap/soledad
diff options
context:
space:
mode:
authorVictor Shyba <victor.shyba@gmail.com>2016-09-30 17:37:42 -0300
committerVictor Shyba <victor1984@riseup.net>2016-11-18 15:55:52 -0300
commit0226f3ada3e68edfa5189dd2ec08eb9a882a577e (patch)
treebfce20fb313f73fd7cbe59aed30aa35c0105a898 /client/src/leap/soledad
parent26f02abbda3c88217d99ef734ed8a029ac345880 (diff)
[style] remove unused imports (pep8)
Diffstat (limited to 'client/src/leap/soledad')
-rw-r--r--client/src/leap/soledad/client/http_target/send.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/client/src/leap/soledad/client/http_target/send.py b/client/src/leap/soledad/client/http_target/send.py
index 431f06f6..ae0b126f 100644
--- a/client/src/leap/soledad/client/http_target/send.py
+++ b/client/src/leap/soledad/client/http_target/send.py
@@ -15,13 +15,10 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import json
-import os
from twisted.internet import defer
-from twisted.persisted import dirdbm
from leap.soledad.common.log import getLogger
-from leap.common.config import get_path_prefix
from leap.soledad.client.events import emit_async
from leap.soledad.client.events import SOLEDAD_SYNC_SEND_STATUS
from leap.soledad.client.http_target.support import RequestBody