Skip to content

Commit

Permalink
import print function
Browse files Browse the repository at this point in the history
  • Loading branch information
XuZhirong committed Sep 14, 2021
1 parent 2abfaab commit 4e19071
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/hgcn/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function

import sys
sys.path.append('.')
Expand Down
3 changes: 3 additions & 0 deletions examples/hyperml/data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function

import sys
sys.path.append('.')
Expand Down
3 changes: 3 additions & 0 deletions examples/hyperml/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function

import sys
sys.path.append('.')
Expand Down

0 comments on commit 4e19071

Please sign in to comment.