changeset 1916:535d975d3886

init: remove unused module
author Sean Farley <sean@farley.io>
date Sat, 19 Mar 2016 14:09:59 -0700
parents cb651dbd0965
children ea4675c7a028
files hgext3rd/topic/__init__.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py	Fri Mar 18 15:03:40 2016 +0000
+++ b/hgext3rd/topic/__init__.py	Sat Mar 19 14:09:59 2016 -0700
@@ -10,7 +10,6 @@
 This is sort of similar to a bookmark, but it applies to a whole
 series instead of a single revision.
 """
-import functools
 import contextlib
 import re