Skip to content

Commit

Permalink
Update stdf2excel
Browse files Browse the repository at this point in the history
fixing V4 importing syntax
  • Loading branch information
jinstrong authored Aug 26, 2019
1 parent fdbe407 commit 3b1fa5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/stdf2excel
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#
import sys, os
from pystdf.Importer import STDF2DataFrame
import pystdf.V4
import pystdf.V4 as V4
import pandas as pd


Expand Down

0 comments on commit 3b1fa5d

Please sign in to comment.