This commit is contained in:
Kovid Goyal 2008-04-30 22:05:13 -07:00
parent 941744b7ea
commit 615ff1ba26

View File

@ -1,7 +1,7 @@
''' '''
Trac Macro to generate an end use Changelog from the svn logs. Trac Macro to generate an end use Changelog from the svn logs.
''' '''
import time, re, collections import re, collections
from bzrlib import log as blog, branch from bzrlib import log as blog, branch