Skip to content

Commit 00ec016

Browse files
committed
Move around and cleanup main directory
1 parent 9b72ae9 commit 00ec016

22 files changed

+201
-146
lines changed

build_command_line_linux.bash

Lines changed: 0 additions & 21 deletions
This file was deleted.

build_mac.bash

Lines changed: 0 additions & 34 deletions
This file was deleted.

build_mac_setup.py

Lines changed: 0 additions & 28 deletions
This file was deleted.

build_windows.bat

Lines changed: 0 additions & 29 deletions
This file was deleted.

command_line.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
pass
99

1010
from utils import zip_files, join_files, log, get_temp_dir
11-
from pycns import save_icns
11+
from image_utils.pycns import save_icns
1212
from pepy.pe import PEFile
1313

1414
import argparse

image_tool_build.bash

Lines changed: 0 additions & 2 deletions
This file was deleted.

image_tool_build.bat

Lines changed: 0 additions & 2 deletions
This file was deleted.

image_tools.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

image_utils/__init__.py

Whitespace-only changes.

icns_info.py renamed to image_utils/icns_info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import struct
2-
import image_utils
3-
import png
2+
import image_utils.image_utils as image_utils
3+
import image_utils.png as png
44
from PIL import Image
55
import os
66
from io import BytesIO

0 commit comments

Comments
 (0)