~ubuntu-branches/ubuntu/trusty/py3dns/trusty

« back to all changes in this revision

Viewing changes to DNS/Class.py

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2013-08-07 02:48:24 UTC
  • mfrom: (1.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20130807024824-ehhbldxf2j4ivb7e
Tags: 3.0.4-1
* New upstream release
  - Fixes timeout processing issues (Closes: #718579)
* Convert to package to pybuild
  - Add dh-python to build-depends
  - Build with buildsystem=pybuild
  - Simplify debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
"""
2
 
$Id: Class.py,v 1.6.4.2 2011/03/23 01:42:07 customdesigned Exp $
 
2
$Id$
3
3
 
4
4
 This file is part of the pydns project.
5
5
 Homepage: http://pydns.sourceforge.net
34
34
    else: return repr(klass)
35
35
 
36
36
#
37
 
# $Log: Class.py,v $
38
 
# Revision 1.6.4.2  2011/03/23 01:42:07  customdesigned
39
 
# Changes from 2.3 branch
40
 
#
 
37
# $Log$
41
38
# Revision 1.6.4.1  2011/02/18 19:35:22  customdesigned
42
39
# Python3 updates from Scott Kitterman
43
40
#