Skip to content

Commit

Permalink
Updated RAPIDpy imports
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Mar 28, 2016
1 parent d404020 commit ea9d9db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imports/ecmwf_rapid_multiprocess_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

import datetime
import os
from RAPIDpy.rapid import RAPID
from RAPIDpy.make_CF_RAPID_output import ConvertRAPIDOutputToCF
from RAPIDpy import RAPID
from RAPIDpy.postprocess import ConvertRAPIDOutputToCF
from shutil import move, rmtree
import sys

Expand Down

0 comments on commit ea9d9db

Please sign in to comment.