Skip to content

Commit

Permalink
datasrc/compile.py: Fix deprecated import
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed Dec 9, 2021
1 parent 120aebb commit 44dccc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datasrc/compile.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os, imp, sys
from datatypes import *
import sys
from datatypes import EmitDefinition, EmitTypeDeclaration
import content
import network

Expand Down

0 comments on commit 44dccc4

Please sign in to comment.