colorama added as submodule in order to support ANSI sequences under windows
This commit is contained in:
parent
5babc8f562
commit
41e568e223
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -2,3 +2,6 @@
|
||||||
path = lib/pyyaml
|
path = lib/pyyaml
|
||||||
url = https://github.com/anishathalye/pyyaml
|
url = https://github.com/anishathalye/pyyaml
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
|
[submodule "lib/colorama"]
|
||||||
|
path = lib/colorama
|
||||||
|
url = https://github.com/tartley/colorama.git
|
||||||
|
|
1
lib/colorama
Submodule
1
lib/colorama
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 44dc8af9bc8111b70dd046a822bb26c851ba3687
|
Loading…
Reference in a new issue