Skip to content

Commit

Permalink
Removed old dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
znswanderer committed Apr 4, 2015
1 parent a642284 commit b1ba19e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
18 changes: 18 additions & 0 deletions .gitignore
@@ -0,0 +1,18 @@

*.so

*.py#

*.c~

*.h~

*.pyc

*.DS_Store

*.pyc

.gitignore~

*.py~
5 changes: 0 additions & 5 deletions Visualiser/gui.py
Expand Up @@ -11,8 +11,6 @@
#helper modules
from vector import Vec

import simple_simulation


class Window(object):

Expand Down Expand Up @@ -145,8 +143,5 @@ def draw(self):
glutSwapBuffers()


if __name__ == "__main__":
p2 = Window(simple_simulation.Simulation())



0 comments on commit b1ba19e

Please sign in to comment.