summaryrefslogtreecommitdiff
path: root/apt/README
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-08-05 09:09:57 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-08-05 09:09:57 +0000
commitf3899ebe6f019defa87ceb10f704bccd64948d30 (patch)
treee289cf181cb652cf54cb4087f5e57aefc8953671 /apt/README
parent2df9d3b54b997286da17564c17a46b5a444eda8b (diff)
downloadpython-apt-f3899ebe6f019defa87ceb10f704bccd64948d30.tar.gz
* FutureWarning is added, example how to filter it away too. README.apt added
Diffstat (limited to 'apt/README')
-rw-r--r--apt/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/apt/README b/apt/README
deleted file mode 100644
index d30a92bd..00000000
--- a/apt/README
+++ /dev/null
@@ -1,9 +0,0 @@
-This is the python interface to libapt. The API is not stable yet.
-
-
-Style Guides:
--------------
-
-Follow PEP08.
-
-Internal variables/methods are prefixed with a "_" (e.g. _foo).