Skip to content
This repository was archived by the owner on Aug 31, 2025. It is now read-only.

Commit 1cf1fca

Browse files
committed
Merge branch 'tjguk-mods'
2 parents dc13c52 + 376476e commit 1cf1fca

4 files changed

Lines changed: 6 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Byte-compiled / optimized / DLL files
2-
__pycache__/
2+
__pycache__
33
*.py[cod]
44
*$py.class
55

File renamed without changes.

mu/__main__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env python
2+
from . import app
3+
app.main()

mu/editor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import sys
22
import os
3+
import keyword
4+
35
from PyQt5.QtWidgets import (
46
QWidget, QVBoxLayout, QTabWidget, QToolBar, QAction, QScrollArea,
57
QSplitter

0 commit comments

Comments
 (0)