Skip to content
Snippets Groups Projects
Commit 3e173baf authored by Phil's avatar Phil
Browse files

Broke an import loop in themes module

parent bcfa4453
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
## Copyright (C) Philippe Biondi <phil@secdev.org> ## Copyright (C) Philippe Biondi <phil@secdev.org>
## This program is published under a GPLv2 license ## This program is published under a GPLv2 license
import config
################## ##################
## Color themes ## ## Color themes ##
...@@ -271,3 +270,5 @@ class ColorPrompt: ...@@ -271,3 +270,5 @@ class ColorPrompt:
except: except:
return self.__prompt return self.__prompt
import config
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment