File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4848```
4949
5050"""
51- Version = "1.1.5 "
51+ Version = "1.1.6 "
5252
5353Plat = sys .platform
5454
Original file line number Diff line number Diff line change 4747```
4848
4949"""
50- Version = "1.1.5 "
50+ Version = "1.1.6 "
5151
5252Plat = sys .platform
5353
Original file line number Diff line number Diff line change @@ -103,5 +103,5 @@ static struct PyModuleDef spammodule = {
103103
104104static bool IsInit = false;
105105static bool IsInitSet = false;
106- static const char * Version = "1.1.5 " ;
106+ static const char * Version = "1.1.6 " ;
107107#endif
Original file line number Diff line number Diff line change 11import os , sys
22current_path = os .path .abspath (__file__ )
33os .chdir (os .path .dirname (current_path ))
4- from waifu2x_vulkan import waifu2x_vulkan as waifu2x
4+ from waifu2x_vulkan import waifu2x
55import time
66
77if __name__ == "__main__" :
Original file line number Diff line number Diff line change 1+ from .waifu2x_vulkan import *
You can’t perform that action at this time.
0 commit comments