[Pkg-privacy-commits] [pyptlib] 32/136: Removed unused imports

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:25:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository pyptlib.

commit 5c30b68a9d353605052f024cf6da48a983cd6ead
Author: Brandon Wiley <brandon at blanu.net>
Date:   Fri Jun 29 14:20:42 2012 -0500

    Removed unused imports
---
 src/pyptlib/easy/client.py | 8 --------
 src/pyptlib/easy/server.py | 9 ---------
 2 files changed, 17 deletions(-)

diff --git a/src/pyptlib/easy/client.py b/src/pyptlib/easy/client.py
index a2be812..83c5ca5 100644
--- a/src/pyptlib/easy/client.py
+++ b/src/pyptlib/easy/client.py
@@ -1,14 +1,6 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 
-import os
-import sys
-
-import argparse
-
-from struct import unpack
-from socket import inet_ntoa
-
 from pyptlib.config import EnvException
 from pyptlib.client import ClientConfig
 
diff --git a/src/pyptlib/easy/server.py b/src/pyptlib/easy/server.py
index c8f6a15..dab35ac 100644
--- a/src/pyptlib/easy/server.py
+++ b/src/pyptlib/easy/server.py
@@ -1,18 +1,9 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 
-import os
-import sys
-
-import argparse
-
-from struct import unpack
-from socket import inet_ntoa
-
 from pyptlib.config import EnvException
 from pyptlib.client import ServerConfig
 
-
 def init(transports):
     supportedTransportVersion = '1'
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/pyptlib.git



More information about the Pkg-privacy-commits mailing list