summaryrefslogtreecommitdiffhomepage
path: root/gbp/git_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbp/git_utils.py')
-rw-r--r--gbp/git_utils.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/gbp/git_utils.py b/gbp/git_utils.py
index d89f778e..cf22718a 100644
--- a/gbp/git_utils.py
+++ b/gbp/git_utils.py
@@ -230,13 +230,4 @@ def rfc822_date_to_git(rfc822_date):
tz = d.strftime("%z")
return '%d %s' % (seconds, tz)
-
-def _test():
- import doctest
- doctest.testmod()
-
-
-if __name__ == '__main__':
- _test()
-
# vim:et:ts=4:sw=4:et:sts=4:ai:set list listchars=tab\:»·,trail\:·: