Skip to content

Commit

Permalink
Merge pull request #325 from ferdnyc/py-example-cleanup
Browse files Browse the repository at this point in the history
Example.py: Remove useless `import sys`
  • Loading branch information
ferdnyc committed Sep 12, 2019
2 parents f8c180c + 756e3a4 commit c685571
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/examples/Example.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
# You should have received a copy of the GNU Lesser General Public License
# along with OpenShot Library. If not, see <http://www.gnu.org/licenses/>.

import sys

# This can be run against an uninstalled build of libopenshot, just set the
# environment variable PYTHONPATH to the location of the Python bindings.
Expand Down

0 comments on commit c685571

Please sign in to comment.