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