From: Mark Hymers Date: Mon, 25 May 2009 17:33:03 +0000 (+0100) Subject: init __all__ X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=20fb9f02f5a8bb60a92d1d76d98916203c04ecbe;p=dak.git init __all__ Signed-off-by: Mark Hymers --- diff --git a/daklib/binary.py b/daklib/binary.py index 5deb4a5c..4b6618ea 100755 --- a/daklib/binary.py +++ b/daklib/binary.py @@ -53,6 +53,12 @@ from dbconn import * from config import Config import utils +################################################################################ + +__all__ = [] + +################################################################################ + class Binary(object): def __init__(self, filename, reject=None): """