Skip to content

Commit

Permalink
Added missing import os to example.py in stage 4
Browse files Browse the repository at this point in the history
  • Loading branch information
orng committed Oct 25, 2012
1 parent 6ec4ef0 commit 33ce132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tutorial/stage4/example.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import sys
import os
import esky

if getattr(sys,"frozen",False):
Expand Down

0 comments on commit 33ce132

Please sign in to comment.