Skip to content

Commit

Permalink
Don't import sys in __init__.py
Browse files Browse the repository at this point in the history
I didn't actually end up using it there.
  • Loading branch information
ferdnyc authored Dec 2, 2018
1 parent dd4b043 commit 6fa3c68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
along with OpenShot Library. If not, see <http://www.gnu.org/licenses/>.
"""

import sys
import os

# Determine path to this module
Expand Down

0 comments on commit 6fa3c68

Please sign in to comment.