Skip to content

Commit 2a14760

Browse files
Cleanup
1 parent 5f9a0db commit 2a14760

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

pyqode/python/frontend/code_edit.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
from pyqode.core import style as core_style
1515
from pyqode.python import style
1616
from pyqode.python.frontend import modes as pymodes
17+
from pyqode.python.frontend.modes.syntax_highlighter import DEFAULT_DARK_STYLES
18+
from pyqode.python.frontend.modes.syntax_highlighter import \
19+
DEFAULT_LIGHT_STYLES
1720
from pyqode.python.frontend import panels as pypanels
1821
from pyqode.python.frontend.ui import pyqode_python_icons_rc
1922

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def readme():
2929
version=read_version(),
3030
packages=find_packages(),
3131
keywords=["CodeEdit PySide PyQt code editor widget python"],
32-
# package_data={'pyqode.python.ui': ['*.ui', 'rc/*']},
3332
package_dir={'pyqode': 'pyqode'},
3433
url='https://github.com/pyQode/pyqode.python',
3534
license='MIT',

0 commit comments

Comments
 (0)