[Pkg-privacy-commits] [pyptlib] 47/136: Change directory structure.

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:25:06 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 d551132794ac8afa1901eb7cdf0378b8b69ca0d7
Author: George Kadianakis <desnacked at riseup.net>
Date:   Mon Sep 17 18:56:08 2012 +0300

    Change directory structure.
    
    pyptlib users shouldn't import pyptlib.easy; they should simply import pyptlib.
    
    This commit only moves code, it does not modify anything.
---
 {src/examples => examples}/client.py              | 0
 {src/examples => examples}/server.py              | 0
 pyptlib/__init__.py                               | 0
 {src/pyptlib/easy => pyptlib}/client.py           | 0
 src/pyptlib/client.py => pyptlib/client_config.py | 0
 {src/pyptlib => pyptlib}/config.py                | 0
 {src/pyptlib/easy => pyptlib}/server.py           | 0
 src/pyptlib/server.py => pyptlib/server_config.py | 0
 {src/pyptlib/easy => pyptlib}/util.py             | 0
 src/pyptlib/__init__.py                           | 3 ---
 src/pyptlib/easy/__init__.py                      | 3 ---
 11 files changed, 6 deletions(-)

diff --git a/src/examples/client.py b/examples/client.py
similarity index 100%
rename from src/examples/client.py
rename to examples/client.py
diff --git a/src/examples/server.py b/examples/server.py
similarity index 100%
rename from src/examples/server.py
rename to examples/server.py
diff --git a/pyptlib/__init__.py b/pyptlib/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/src/pyptlib/easy/client.py b/pyptlib/client.py
similarity index 100%
rename from src/pyptlib/easy/client.py
rename to pyptlib/client.py
diff --git a/src/pyptlib/client.py b/pyptlib/client_config.py
similarity index 100%
rename from src/pyptlib/client.py
rename to pyptlib/client_config.py
diff --git a/src/pyptlib/config.py b/pyptlib/config.py
similarity index 100%
rename from src/pyptlib/config.py
rename to pyptlib/config.py
diff --git a/src/pyptlib/easy/server.py b/pyptlib/server.py
similarity index 100%
rename from src/pyptlib/easy/server.py
rename to pyptlib/server.py
diff --git a/src/pyptlib/server.py b/pyptlib/server_config.py
similarity index 100%
rename from src/pyptlib/server.py
rename to pyptlib/server_config.py
diff --git a/src/pyptlib/easy/util.py b/pyptlib/util.py
similarity index 100%
rename from src/pyptlib/easy/util.py
rename to pyptlib/util.py
diff --git a/src/pyptlib/__init__.py b/src/pyptlib/__init__.py
deleted file mode 100644
index e0e3e1a..0000000
--- a/src/pyptlib/__init__.py
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/python
-# -*- coding: utf-8 -*-
-
diff --git a/src/pyptlib/easy/__init__.py b/src/pyptlib/easy/__init__.py
deleted file mode 100644
index e0e3e1a..0000000
--- a/src/pyptlib/easy/__init__.py
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/python
-# -*- coding: utf-8 -*-
-

-- 
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