~keryx-admins/keryx/1.0

« back to all changes in this revision

Viewing changes to src/libkeryx/definitions/apt_def/minideblib/__init__.py

  • Committer: Chris Oliver
  • Date: 2010-01-01 05:23:24 UTC
  • Revision ID: excid3@gmail.com-20100101052324-a3es298620cpivcm
Added minideblib

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/python -tt
 
2
# -*- coding: UTF-8 -*-
 
3
# vim: sw=4 ts=4 expandtab ai
 
4
 
 
5
__all__ = [ 'ChangeFile', 'DpkgVersion', 'DpkgControl', 'AptRepoClient', 'DpkgDebPackage', 'DpkgChangelog', 'LoggableObject' ]