From f573b6840509bf41be822ab7ed79e0a776005133 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 9 Feb 2014 21:09:00 +0100 Subject: tabs to 4 spaces - this won't make integrating the patches easier, but it's probably a good idea to go a little more pep8 (and fix sins of my youth ;) ) --- git/refs/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/refs/__init__.py') diff --git a/git/refs/__init__.py b/git/refs/__init__.py index fc8ce644..3123b991 100644 --- a/git/refs/__init__.py +++ b/git/refs/__init__.py @@ -14,7 +14,7 @@ del(head) import symbolic for item in (HEAD, Head, RemoteReference, TagReference, Reference, SymbolicReference): - setattr(symbolic, item.__name__, item) + setattr(symbolic, item.__name__, item) del(symbolic) -- cgit v1.2.1