[Pkg-privacy-commits] [pyptlib] 18/136: Added stubs for supporting external proxies as well as managed ones
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:25:01 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 f6eba27ba1def41a97de1de136ce6784650c2af5
Author: Brandon Wiley <brandon at blanu.net>
Date: Sun Jun 24 18:37:22 2012 -0500
Added stubs for supporting external proxies as well as managed ones
---
src/pyptlib/{ => framework/managed}/__init__.py | 0
src/pyptlib/framework/{ => managed}/client.py | 2 ++
src/pyptlib/framework/{ => managed}/server.py | 0
3 files changed, 2 insertions(+)
diff --git a/src/pyptlib/__init__.py b/src/pyptlib/framework/managed/__init__.py
similarity index 100%
copy from src/pyptlib/__init__.py
copy to src/pyptlib/framework/managed/__init__.py
diff --git a/src/pyptlib/framework/client.py b/src/pyptlib/framework/managed/client.py
similarity index 98%
copy from src/pyptlib/framework/client.py
copy to src/pyptlib/framework/managed/client.py
index 14f814b..e60cd63 100755
--- a/src/pyptlib/framework/client.py
+++ b/src/pyptlib/framework/managed/client.py
@@ -3,6 +3,8 @@
import os
import sys
+import argparse
+
from struct import unpack
from socket import inet_ntoa
diff --git a/src/pyptlib/framework/server.py b/src/pyptlib/framework/managed/server.py
similarity index 100%
copy from src/pyptlib/framework/server.py
copy to src/pyptlib/framework/managed/server.py
--
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