1
0
Fork 0

Remove unused imports

There are several imports that are not used.  Remove them.

Change-Id: I2ac3be66827bd68d3faedcef7d6bbf30ea01d3f2
This commit is contained in:
David Pursehouse 2012-08-22 10:46:11 +09:00 committed by Gustaf Lundh
parent daa851f6cd
commit e15c65abc2
9 changed files with 3 additions and 12 deletions

View file

@ -17,7 +17,6 @@ import os
import sys
import pager
from git_config import GitConfig
COLORS = {None :-1,
'normal' :-1,