]> git.decadent.org.uk Git - dak.git/blobdiff - dak/compare_suites.py
Merge branch 'psycopg2' into content_generation
[dak.git] / dak / compare_suites.py
index a3df829818d45787ac2ef2d605492472a91293e0..ab0ab3c0d6d8c04f5456c15cf72258321ef3e572 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-# Check for fixable discrepancies between stable and unstable
+""" Check for fixable discrepancies between stable and unstable """
 # Copyright (C) 2000, 2001, 2002, 2003, 2006  James Troup <james@nocrew.org>
 
 # This program is free software; you can redistribute it and/or modify
@@ -22,8 +22,8 @@
 
 import pg, sys
 import apt_pkg
-import daklib.database as database
-import daklib.utils as utils
+from daklib import database
+from daklib import utils
 
 ################################################################################