mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 09:36:01 -04:00
Python multiple imports per line
This commit is contained in:
parent
dfe15414b0
commit
d0b122a58a
3 changed files with 7 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
import shutil, os
|
||||
import shutil
|
||||
import os
|
||||
|
||||
# if WALLY is defined, then get it
|
||||
WALLY_HOME = os.getenv("WALLY")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue