diff options
| author | Melody Horn <melody@boringcactus.com> | 2021-01-30 04:12:15 +0000 | 
|---|---|---|
| committer | Melody Horn <melody@boringcactus.com> | 2021-01-30 04:12:15 +0000 | 
| commit | 41bbdb6cec04391a7157bd6787bac1940973d837 (patch) | |
| tree | b8f3d24f456232be83ceb016c3f115828824db04 | |
| parent | 21a727321713a12b53200b50c8c5878c2a11e0d1 (diff) | |
| download | vidslice-41bbdb6cec04391a7157bd6787bac1940973d837.tar.gz vidslice-41bbdb6cec04391a7157bd6787bac1940973d837.zip | |
how did this ever work
| -rw-r--r-- | vidslice/__main__.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/vidslice/__main__.py b/vidslice/__main__.py index eca036c..f85a362 100644 --- a/vidslice/__main__.py +++ b/vidslice/__main__.py @@ -1,5 +1,6 @@  import json  import subprocess +import sys  import urllib.request  from tkinter import *  from tkinter import messagebox |