Skip to content

Commit

Permalink
use print function in both py2 and py3
Browse files Browse the repository at this point in the history
  • Loading branch information
chengchingwen committed Mar 20, 2016
1 parent 939977d commit 5bcd085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deep_q_network.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python
from __future__ import print_function

import tensorflow as tf
import cv2
Expand Down

0 comments on commit 5bcd085

Please sign in to comment.