X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fdatabase.py;h=1882ad8b774d66ca4e5ab083287cc955ff3490fc;hb=eb2da389bb3f5ebb711940c244010f7cd7bba32a;hp=90e16d5e002f4352026c752b14065aaf46a1c6f0;hpb=b4d6a315bab631c560b3a993282c4e182650e728;p=dak.git diff --git a/daklib/database.py b/daklib/database.py index 90e16d5e..1882ad8b 100755 --- a/daklib/database.py +++ b/daklib/database.py @@ -6,7 +6,7 @@ get_source_id, get_suite_version, get_files_id, get_maintainer, get_suites @group read/write: get_or_set*, set_files_id -@contact: Debian FTPMaster +@contact: Debian FTP Master @copyright: 2000, 2001, 2002, 2003, 2004, 2006 James Troup @copyright: 2009 Joerg Jaspert @license: GNU General Public License version 2 or later @@ -269,7 +269,7 @@ def get_component_id (component): Results are kept in a cache during runtime to minimize database queries. @type component: string - @param component: The name of the override type + @param component: The name of the component @rtype: int @return: the database id for the given component