mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
aedi: fix module imports
[skip build] [skip test]
This commit is contained in:
parent
6e0fe92e94
commit
1e558e217f
2 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,6 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
import glob
|
||||
|
||||
from .base import *
|
||||
|
||||
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
import glob
|
||||
|
||||
from .base import *
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue