Skip to content

Commit

Permalink
Update PyCoil.py
Browse files Browse the repository at this point in the history
  • Loading branch information
js-phys authored Oct 8, 2021
1 parent 46d415b commit 2957759
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions PyCoil.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# -*- coding: utf-8 -*-
"""
Created on Wed Sep 07 10:08:09 2016
@author: sachs
PyCoil main file
"""

from PyQt4 import QtGui, QtCore # Import the PyQt4 module we'll need
Expand Down Expand Up @@ -440,4 +438,4 @@ def main():


if __name__ == '__main__': # if we're running file directly and not importing it
main() # run the main function
main() # run the main function

0 comments on commit 2957759

Please sign in to comment.