Unverified Commit 773c44f8 authored by Mccaskey, Alex's avatar Mccaskey, Alex Committed by GitHub
Browse files

Update qcor.in.py

Fix accidental move of import xacc to before appended plugin paths are added.
parent 4f3e5819
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
import xacc, sys, uuid, atexit
import sys, uuid, atexit

if '@QCOR_APPEND_PLUGIN_PATH@':
    sys.argv += ['__internal__add__plugin__path', '@QCOR_APPEND_PLUGIN_PATH@']

import xacc 

from _pyqcor import *
import inspect, ast
from typing import List