[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] tidy up file



Signed-off-by: Mark Hymers <mhy@debian.org>
---
 daklib/dbconn.py |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 54 insertions(+), 0 deletions(-)

diff --git a/daklib/dbconn.py b/daklib/dbconn.py
index f6b35d9..32fbdb5 100755
--- a/daklib/dbconn.py
+++ b/daklib/dbconn.py
@@ -109,6 +109,8 @@ def get_architecture_suites(architecture, session=None):
 
 __all__.append('get_architecture_suites')
 
+################################################################################
+
 class Archive(object):
     def __init__(self, *args, **kwargs):
         pass
@@ -143,6 +145,8 @@ def get_archive(archive, session=None):
 
 __all__.append('get_archive')
 
+################################################################################
+
 class BinAssociation(object):
     def __init__(self, *args, **kwargs):
         pass
@@ -152,6 +156,8 @@ class BinAssociation(object):
 
 __all__.append('BinAssociation')
 
+################################################################################
+
 class Binary(object):
     def __init__(self, *args, **kwargs):
         pass
@@ -204,6 +210,8 @@ def get_binaries_from_name(package, session=None):
 
 __all__.append('get_binaries_from_name')
 
+################################################################################
+
 class Component(object):
     def __init__(self, *args, **kwargs):
         pass
@@ -235,6 +243,8 @@ def get_component(component, session=None):
 
 __all__.append('get_component')
 
+################################################################################
+
 class DBConfig(object):
     def __init__(self, *args, **kwargs):
         pass
@@ -244,6 +254,8 @@ class DBConfig(object):
 
 __all__.append('DBConfig')
 
+################################################################################
+
 class ContentFilename(object):
     def __init__(self, *args, **kwargs):
         pass
@@ -287,6 +299,8 @@ def get_or_set_contents_file_id(filename, session=None):
 
 __all__.append('get_or_set_contents_file_id')
 
+################################################################################
+
 class ContentFilepath(object):
     def __init__(self, *args, **kwargs):
         pass
@@ -330,6 +344,8 @@ def get_or_set_contents_path_id(filepath, session):
 
 __all__.append('get_or_set_contents_path_id')
 
+################################################################################
+
 class ContentAssociation(object):
     def __init__(self, *args, **kwargs):
         pass
@@ -389,6 +405,8 @@ def insert_content_paths(binary_id, fullpaths, session=None):
 
 __all__.append('insert_content_paths')
 
+################################################################################
+
 class DSCFile(object):
     def __init__(self, *args, **kwargs):
         pass
@@ -398,6 +416,8 @@ class DSCFile(object):
 
 __all__.append('DSCFile')
 
+################################################################################
+
 class PoolFile(object):
     def __init__(self, *args, **kwargs):
         pass
@@ -434,6 +454,8 @@ def get_poolfile_by_name(filename, location_id=None, session=None):
 
 __all__.append('get_poolfile_by_name')
 
+################################################################################
+
 class Fingerprint(object):
     def __init__(self, *args, **kwargs):
         pass
@@ -443,6 +465,8 @@ class Fingerprint(object):
 
 __all__.append('Fingerprint')
 
+################################################################################
+
 class Keyring(object):
     def __init__(self, *args, **kwargs):
         pass
@@ -452,6 +476,8 @@ class Keyring(object):
 
 __all__.append('Keyring')
 
+################################################################################
+
 class Location(object):
     def __init__(self, *args, **kwargs):
         pass
@@ -497,6 +523,8 @@ def get_location(location, component=None, archive=None, session=None):
 
 __all__.append('get_location')
 
+################################################################################
+
 class Maintainer(object):
     def __init__(self, *args, **kwargs):
         pass
@@ -506,6 +534,8 @@ class Maintainer(object):
 
 __all__.append('Maintainer')
 
+################################################################################
+
 class Override(object):
     def __init__(self, *args, **kwargs):
         pass
@@ -515,6 +545,8 @@ class Override(object):
 
 __all__.append('Override')
 
+################################################################################
+
 class OverrideType(object):
     def __init__(self, *args, **kwargs):
         pass
@@ -548,6 +580,8 @@ def get_override_type(override_type, session=None):
 
 __all__.append('get_override_type')
 
+################################################################################
+
 class PendingContentAssociation(object):
     def __init__(self, *args, **kwargs):
         pass
@@ -623,6 +657,8 @@ def insert_pending_content_paths(package, fullpaths, session=None):
 
 __all__.append('insert_pending_content_paths')
 
+################################################################################
+
 class Priority(object):
     def __init__(self, *args, **kwargs):
         pass
@@ -656,6 +692,8 @@ def get_priority(priority, session=None):
 
 __all__.append('get_priority')
 
+################################################################################
+
 class Queue(object):
     def __init__(self, *args, **kwargs):
         pass
@@ -665,6 +703,8 @@ class Queue(object):
 
 __all__.append('Queue')
 
+################################################################################
+
 class QueueBuild(object):
     def __init__(self, *args, **kwargs):
         pass
@@ -674,6 +714,8 @@ class QueueBuild(object):
 
 __all__.append('QueueBuild')
 
+################################################################################
+
 class Section(object):
     def __init__(self, *args, **kwargs):
         pass
@@ -707,6 +749,8 @@ def get_section(section, session=None):
 
 __all__.append('get_section')
 
+################################################################################
+
 class Source(object):
     def __init__(self, *args, **kwargs):
         pass
@@ -765,6 +809,8 @@ def get_source_in_suite(source, suite, session=None):
 
 __all__.append('get_source_in_suite')
 
+################################################################################
+
 class SrcAssociation(object):
     def __init__(self, *args, **kwargs):
         pass
@@ -774,6 +820,8 @@ class SrcAssociation(object):
 
 __all__.append('SrcAssociation')
 
+################################################################################
+
 class SrcUploader(object):
     def __init__(self, *args, **kwargs):
         pass
@@ -783,6 +831,8 @@ class SrcUploader(object):
 
 __all__.append('SrcUploader')
 
+################################################################################
+
 class Suite(object):
     def __init__(self, *args, **kwargs):
         pass
@@ -847,6 +897,8 @@ def get_suite(suite, session=None):
 
 __all__.append('get_suite')
 
+################################################################################
+
 class SuiteArchitecture(object):
     def __init__(self, *args, **kwargs):
         pass
@@ -881,6 +933,8 @@ def get_suite_architectures(suite, session=None):
 
 __all__.append('get_suite_architectures')
 
+################################################################################
+
 class Uid(object):
     def __init__(self, *args, **kwargs):
         pass
-- 
1.5.6.5



Reply to: