From d9e994b6ff8a8d57062aaed322396614112c83ac Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Sun, 12 Aug 2012 16:08:50 +0200 Subject: [PATCH] daklib/archive.py: doc: only subqueries are accepted --- daklib/archive.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/daklib/archive.py b/daklib/archive.py index 866ee891..6b4d0dce 100644 --- a/daklib/archive.py +++ b/daklib/archive.py @@ -125,11 +125,10 @@ class ArchiveTransaction(object): @type fingerprint: L{daklib.dbconn.Fingerprint} @param fingerprint: optional fingerprint - @type source_suites: list of L{daklib.dbconn.Suite} or C{True} + @type source_suites: SQLAlchemy subquery for C{daklib.dbconn.Suite} or C{True} @param source_suites: suites to copy the source from if they are not in C{suite} or C{True} to allow copying from any suite. - This can also be a SQLAlchemy (sub)query object. @type extra_source_archives: list of L{daklib.dbconn.Archive} @param extra_source_archives: extra archives to copy Built-Using sources from -- 2.39.2