From 7ae36c3e019a5cc16924d1b6007774bfb625036f Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 6 May 2011 18:53:59 +0200 Subject: Started to fix imports - tests still have no chance to work as database changed drastically. Now the actual work begins --- git/refs/head.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/refs/head.py') diff --git a/git/refs/head.py b/git/refs/head.py index 702ce468..4345528b 100644 --- a/git/refs/head.py +++ b/git/refs/head.py @@ -2,7 +2,7 @@ from symbolic import SymbolicReference from git.exc import GitCommandError -__all__ = ["HEAD", "Head"] +__all__ = ["HEAD"] class HEAD(SymbolicReference): -- cgit v1.2.3