Skip to content

Commit

Permalink
Fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
wlad-svennik committed Jun 22, 2020
1 parent 0759e56 commit 424b428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion laguerre_transformations/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from laguerre_transformations import *
from laguerre_transformations.laguerre_transformations import *
2 changes: 1 addition & 1 deletion laguerre_transformations/laguerre_transformations.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import tkinter as tk
from tkinter.filedialog import asksaveasfilename
from itertools import count
from ImageLabel import ImageLabel
from .ImageLabel import ImageLabel

one = eye(2)
eps = matrix([[0,1],[0,0]])
Expand Down

0 comments on commit 424b428

Please sign in to comment.