# HG changeset patch # User Brett Smith # Date 1216954143 14400 # Node ID 85a586067352937de4f328fd75ae67f9e0627618 # Parent e02ca4e9bf4260888c827c76a274cd54fea9215c Tidy: no need to import glob anymore. diff -r e02ca4e9bf42 -r 85a586067352 scripts/dtrx --- a/scripts/dtrx Thu Jul 24 22:46:27 2008 -0400 +++ b/scripts/dtrx Thu Jul 24 22:49:03 2008 -0400 @@ -19,7 +19,6 @@ # Python 2.3 string methods: 'rfind', 'rindex', 'rjust', 'rstrip' import errno -import glob import logging import mimetypes import optparse