mirror of
https://github.com/rembo10/headphones.git
synced 2026-04-05 04:29:25 +01:00
Fixed argparge importing
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
import os
|
||||
import headphones
|
||||
import argparse
|
||||
import shutil
|
||||
import time
|
||||
|
||||
from subprocess import call
|
||||
|
||||
try:
|
||||
import argparse
|
||||
except ImportError:
|
||||
import lib.argparse as argparse
|
||||
|
||||
def encode(albumPath):
|
||||
|
||||
tempDirEncode=os.path.join(albumPath,"temp")
|
||||
|
||||
Reference in New Issue
Block a user