Fixed unneeded structure
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
import sys
|
||||
|
||||
|
||||
portable = getattr(sys, 'frozen', False) and hasattr(sys, '_MEIPASS')
|
||||
@@ -1,9 +1,6 @@
|
||||
import os
|
||||
import sys
|
||||
import platform
|
||||
|
||||
from . import const
|
||||
|
||||
|
||||
def dir_size(start_path):
|
||||
total_size = 0
|
||||
|
||||
Reference in New Issue
Block a user