Skip to content

Commit

Permalink
moved file locations
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Vastarelli committed Nov 23, 2018
1 parent f6fb4b2 commit 5fda351
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,7 @@ idea
.idea/
.idea\
*.xml
*.iml
*.iml
*.xml
*.xml
2 changes: 1 addition & 1 deletion Views/guiChessButton.py → Controller/guiChessButton.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from Controller import game
from Views import guiIcons
from Models import guiIcons
import tkinter.messagebox as mb


Expand Down
Binary file modified Models/__pycache__/chessPiece.cpython-36.pyc
Binary file not shown.
File renamed without changes.
2 changes: 1 addition & 1 deletion Views/GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from PIL import Image, ImageTk
from Views import guiBoard
from Views import loadGame
from Views import guiChessButton
from Controller import guiChessButton
from Views import helpHelper


Expand Down
4 changes: 2 additions & 2 deletions Views/guiBoard.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import tkinter as tk
import tkinter.messagebox as mb
from Views import guiChessButton
from Views import guiIcons
from Controller import guiChessButton
from Models import guiIcons
from Views import saveGamehelper
from Views import newgamehelper
from Views import helpHelper
Expand Down

0 comments on commit 5fda351

Please sign in to comment.