mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-16 12:36:38 +00:00
libcanvas/CanvasColours.py: renamed from libcanvas/Colours.py.
lib{canvas/Canvas{Backend,{Ex,Im}portStore},gui/GuiFrame}.py: updated.
This commit is contained in:
parent
34d9df756b
commit
c28c2f87ab
@ -4,7 +4,7 @@
|
|||||||
# Copyright (c) 2018, 2019 Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
|
# Copyright (c) 2018, 2019 Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
|
||||||
#
|
#
|
||||||
|
|
||||||
from Colours import Colours
|
from CanvasColours import Colours
|
||||||
import wx
|
import wx
|
||||||
|
|
||||||
class CanvasBackend():
|
class CanvasBackend():
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Colours.py -- XXX
|
# CanvasColours.py -- XXX
|
||||||
# Copyright (c) 2018, 2019 Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
|
# Copyright (c) 2018, 2019 Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
|
||||||
#
|
#
|
||||||
|
|
@ -4,7 +4,7 @@
|
|||||||
# Copyright (c) 2018, 2019 Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
|
# Copyright (c) 2018, 2019 Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
|
||||||
#
|
#
|
||||||
|
|
||||||
from Colours import ColourMapBold, ColourMapNormal, MiRCARTToAnsiColours
|
from CanvasColours import ColourMapBold, ColourMapNormal, MiRCARTToAnsiColours
|
||||||
import io, os, tempfile
|
import io, os, tempfile
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
# This project is licensed under the terms of the MIT licence.
|
# This project is licensed under the terms of the MIT licence.
|
||||||
#
|
#
|
||||||
|
|
||||||
from Colours import AnsiBgToMiRCARTColours, AnsiFgToMiRCARTColours, AnsiFgBoldToMiRCARTColours
|
from CanvasColours import AnsiBgToMiRCARTColours, AnsiFgToMiRCARTColours, AnsiFgBoldToMiRCARTColours
|
||||||
import os, re, struct, sys
|
import os, re, struct, sys
|
||||||
|
|
||||||
class CanvasImportStore():
|
class CanvasImportStore():
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
from Canvas import Canvas, haveUrllib
|
from Canvas import Canvas, haveUrllib
|
||||||
from Colours import Colours
|
from CanvasColours import Colours
|
||||||
from GuiCanvasInterface import GuiCanvasInterface
|
from GuiCanvasInterface import GuiCanvasInterface
|
||||||
from GuiGeneralFrame import GuiGeneralFrame, \
|
from GuiGeneralFrame import GuiGeneralFrame, \
|
||||||
TID_ACCELS, TID_COMMAND, TID_LIST, TID_MENU, TID_NOTHING, TID_SELECT, TID_TOOLBAR, \
|
TID_ACCELS, TID_COMMAND, TID_LIST, TID_MENU, TID_NOTHING, TID_SELECT, TID_TOOLBAR, \
|
||||||
|
Loading…
Reference in New Issue
Block a user