Skip to content

Commit 25f0e3c

Browse files
optimised resources.py
1 parent b1d2155 commit 25f0e3c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

snort/snortgui/resources/resources.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ def mQuit():
2828
if mexit>0:
2929
snort.destroy()
3030
return
31-
32-
# installs required python modules
33-
31+
#main
3432
def run_commands():
3533
with open('.resources/info/requirements.txt','r') as f:
3634
commands = f.readlines()

0 commit comments

Comments
 (0)