Skip to content

Commit 7ea49b4

Browse files
committed
hello_led.py with absolute_import and print_function
1 parent 6724308 commit 7ea49b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hello_led.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import absolute_import
2+
from __future__ import print_function
13
import sys
24
import os
35
from veriloggen import *

0 commit comments

Comments
 (0)