From 7d126728ae138e08bfef5abd71de1e608ee7ea55 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 3 Aug 2005 09:39:46 +0000 Subject: * Open->open; added README --- apt/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 apt/README (limited to 'apt/README') diff --git a/apt/README b/apt/README new file mode 100644 index 00000000..d30a92bd --- /dev/null +++ b/apt/README @@ -0,0 +1,9 @@ +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). -- cgit v1.2.3