diff options
Diffstat (limited to 'src/line.py')
| -rw-r--r-- | src/line.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/line.py b/src/line.py index 843e913..6fc619b 100644 --- a/src/line.py +++ b/src/line.py @@ -18,7 +18,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. ''' -from editor import * +from common import * class Line(): |
