Skip to content

Commit

Permalink
use pip drag and drop module
Browse files Browse the repository at this point in the history
  • Loading branch information
jessielw committed Jul 19, 2022
1 parent 14e4458 commit 52a9665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FFMPEGAudioEncoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

import psutil
import pyperclip
from TkinterDnD2 import *
from pyautogui import hotkey as pya_hotkey
from pymediainfo import MediaInfo
from tkinterdnd2 import DND_FILES, TkinterDnD

from Packages.About import openaboutwindow
from Packages.SimpleYoutubeDLGui import youtube_dl_launcher_for_ffmpegaudioencoder
Expand Down

0 comments on commit 52a9665

Please sign in to comment.