Skip to content

Commit

Permalink
Remove ancient $Id$ attrs.
Browse files Browse the repository at this point in the history
  • Loading branch information
strichter committed Mar 6, 2013
1 parent acbb075 commit c40bc1a
Show file tree
Hide file tree
Showing 23 changed files with 0 additions and 67 deletions.
3 changes: 0 additions & 3 deletions src/z3c/rml/attr.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
#
##############################################################################
"""RML Attribute Implementation
$Id$
"""
__docformat__ = "reStructuredText"
import cStringIO
import logging
import os
Expand Down
3 changes: 0 additions & 3 deletions src/z3c/rml/canvas.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
#
##############################################################################
"""Page Drawing Related Element Processing
$Id$
"""
__docformat__ = "reStructuredText"
import zope.interface
import reportlab.pdfgen.canvas
from z3c.rml import attr, directive, interfaces, occurence, stylesheet
Expand Down
3 changes: 0 additions & 3 deletions src/z3c/rml/chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
#
##############################################################################
"""Chart Element Processing
$Id$
"""
__docformat__ = "reStructuredText"
import reportlab.lib.formatters
from reportlab.graphics import shapes
from reportlab.graphics.charts import barcharts, lineplots, piecharts
Expand Down
3 changes: 0 additions & 3 deletions src/z3c/rml/directive.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
#
##############################################################################
"""RML Directive Implementation
$Id$
"""
__docformat__ = "reStructuredText"
import logging
import zope.interface
import zope.schema
Expand Down
3 changes: 0 additions & 3 deletions src/z3c/rml/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
#
##############################################################################
"""RML ``document`` element
$Id$
"""
__docformat__ = "reStructuredText"
import cStringIO
import logging
import sys
Expand Down
3 changes: 0 additions & 3 deletions src/z3c/rml/dtd.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
#
##############################################################################
"""Generate a DTD from the code
$Id$
"""
__docformat__ = "reStructuredText"
import zope.schema

from z3c.rml import attr, document, occurence
Expand Down
3 changes: 0 additions & 3 deletions src/z3c/rml/flowable.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
#
##############################################################################
"""Flowable Element Processing
$Id$
"""
__docformat__ = "reStructuredText"
import copy
import logging
import re
Expand Down
3 changes: 0 additions & 3 deletions src/z3c/rml/form.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
#
##############################################################################
"""Page Drawing Related Element Processing
$Id$
"""
__docformat__ = "reStructuredText"
import types
import reportlab.pdfbase.pdfform
from z3c.rml import attr, directive, interfaces, occurence
Expand Down
3 changes: 0 additions & 3 deletions src/z3c/rml/occurence.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
#
##############################################################################
"""Condition Implementation
$Id$
"""
__docformat__ = "reStructuredText"
import reportlab
import sys
import zope.interface
Expand Down
3 changes: 0 additions & 3 deletions src/z3c/rml/page.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
#
##############################################################################
"""Page Drawing Related Element Processing
$Id$
"""
__docformat__ = "reStructuredText"
import cStringIO
from z3c.rml import attr, directive, interfaces

Expand Down
3 changes: 0 additions & 3 deletions src/z3c/rml/pagetemplate.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
#
##############################################################################
"""Page Template Support
$Id$
"""
__docformat__ = "reStructuredText"
import zope
from z3c.rml import rml2pdf

Expand Down
4 changes: 0 additions & 4 deletions src/z3c/rml/paraparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
#
##############################################################################
"""Paragraph-internal XML parser extensions.
$Id: flowable.py 76814 2007-06-19 20:12:41Z srichter $
"""
__docformat__ = "reStructuredText"

import copy
import inspect

Expand Down
3 changes: 0 additions & 3 deletions src/z3c/rml/platypus.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
#
##############################################################################
"""Style Related Element Processing
$Id$
"""
__docformat__ = "reStructuredText"
import reportlab.platypus.flowables
import reportlab.rl_config
from reportlab.rl_config import overlapAttachedSpace
Expand Down
3 changes: 0 additions & 3 deletions src/z3c/rml/reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
#
##############################################################################
"""RML Reference Generator
$Id$
"""
__docformat__ = "reStructuredText"
import copy
import re
import os
Expand Down
3 changes: 0 additions & 3 deletions src/z3c/rml/rml2pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
#
##############################################################################
"""RML to PDF Converter
$Id$
"""
__docformat__ = "reStructuredText"
import cStringIO
import os
import sys
Expand Down
3 changes: 0 additions & 3 deletions src/z3c/rml/rml2pdfscript.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
#
##############################################################################
"""RML to PDF Converter
$Id: rml2pdf.py 74160 2007-04-15 22:04:24Z srichter $
"""
__docformat__ = "reStructuredText"
import subprocess
import sys
import os
Expand Down
3 changes: 0 additions & 3 deletions src/z3c/rml/special.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
#
##############################################################################
"""Special Element Processing
$Id$
"""
__docformat__ = "reStructuredText"
from z3c.rml import attr, directive, interfaces


Expand Down
3 changes: 0 additions & 3 deletions src/z3c/rml/stylesheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
#
##############################################################################
"""Style Related Element Processing
$Id$
"""
__docformat__ = "reStructuredText"
import copy
import reportlab.lib.styles
import reportlab.lib.enums
Expand Down
3 changes: 0 additions & 3 deletions src/z3c/rml/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
#
##############################################################################
"""Style Related Element Processing
$Id$
"""
__docformat__ = "reStructuredText"
import zope.interface
from reportlab import platypus
from z3c.rml import attr, directive, interfaces, occurence
Expand Down
3 changes: 0 additions & 3 deletions src/z3c/rml/tests/flowable.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
#
##############################################################################
"""Style Related Element Processing
$Id$
"""
__docformat__ = "reStructuredText"
import reportlab.platypus.flowables


Expand Down
2 changes: 0 additions & 2 deletions src/z3c/rml/tests/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#
##############################################################################
"""Testing all XML Locale functionality.
$Id$
"""
import reportlab.platypus
import reportlab.lib.styles
Expand Down
2 changes: 0 additions & 2 deletions src/z3c/rml/tests/test_rml.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#
##############################################################################
"""Testing all XML Locale functionality.
$Id$
"""
import logging
import os
Expand Down
2 changes: 0 additions & 2 deletions src/z3c/rml/tests/test_subprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#
##############################################################################
"""Testing all XML Locale functionality.
$Id: test_rml.py 74170 2007-04-16 08:42:13Z srichter $
"""
import os
import unittest
Expand Down

0 comments on commit c40bc1a

Please sign in to comment.