Skip to content

Commit

Permalink
Remove CVS-era Id fossils.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jun 3, 2010
1 parent 7c5b4bf commit 141d1f4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions bootstrap.py
Expand Up @@ -16,8 +16,6 @@
Simply run this script in a directory containing a buildout.cfg.
The script accepts buildout command-line options, so you can
use the -c option to specify an alternate configuration file.
$Id$
"""

import os, shutil, sys, tempfile, urllib2
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Expand Up @@ -17,8 +17,6 @@
# Zope Toolkit policies as described by this documentation.
##############################################################################
"""zope.sequencesort setup
$Id$
"""
import os
from setuptools import setup, find_packages
Expand Down
2 changes: 0 additions & 2 deletions src/zope/sequencesort/ssort.py
Expand Up @@ -13,8 +13,6 @@
"""
Advanced sort support by Oleg Broytmann <phd@@phd.pp.ru> 23 Apr 2001
eg Sort(sequence, (("akey", "nocase"), ("anotherkey", "cmp", "desc")))
$Id$
"""
from types import TupleType

Expand Down

0 comments on commit 141d1f4

Please sign in to comment.