Skip to content

Commit

Permalink
Added sys import
Browse files Browse the repository at this point in the history
  • Loading branch information
scottransom committed Nov 12, 2019
1 parent 06d4ab0 commit 41baaac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/presto/Pgplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
from __future__ import print_function
from builtins import range
from builtins import object
import sys
import numpy as Num
from presto import ppgplot

Expand Down

0 comments on commit 41baaac

Please sign in to comment.