diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-11-12 03:35:47 +0000 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-11-12 03:35:47 +0000 |
commit | 1ca6b3ccfa990b7856d16a50903fcf02a67f6ee4 (patch) | |
tree | 375a11733513f044929660f914f3a7595d06fbe1 /src | |
parent | a61e1e175ca601089a8734d694a5e37486f3189d (diff) | |
download | youload-1ca6b3ccfa990b7856d16a50903fcf02a67f6ee4.tar.gz youload-1ca6b3ccfa990b7856d16a50903fcf02a67f6ee4.tar.bz2 youload-1ca6b3ccfa990b7856d16a50903fcf02a67f6ee4.zip |
Ready for release 1.0release1.0
Diffstat (limited to 'src')
-rw-r--r-- | src/view/file_chooser.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/file_chooser.py b/src/view/file_chooser.py index 0129264..939e292 100644 --- a/src/view/file_chooser.py +++ b/src/view/file_chooser.py @@ -5,6 +5,7 @@ from kivy.uix.filechooser import FileChooserListView from kivy.uix.textinput import TextInput import util +import os class YouloadFileChooser(Popup): |