Change using Printf -> Base.Printf
This commit is contained in:
parent
f302d0dc50
commit
58f1fa477b
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
module OSC
|
module OSC
|
||||||
|
|
||||||
using Printf
|
using Base.Printf
|
||||||
import Base: show, getindex
|
import Base: show, getindex
|
||||||
export OscMsg, path
|
export OscMsg, path
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue