Skip to content

Commit

Permalink
Merge pull request #382 from pysmt/i380/absolute_import
Browse files Browse the repository at this point in the history
CVC4: Force absolute import of CVC4
  • Loading branch information
mikand committed Oct 31, 2016
2 parents 4e8f7fb + e69ca19 commit ea9291b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pysmt/cmd/installers/cvc4.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from __future__ import absolute_import

import os
import sys

Expand Down
2 changes: 2 additions & 0 deletions pysmt/solvers/cvc4.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from __future__ import absolute_import

from six.moves import xrange

from pysmt.exceptions import SolverAPINotFound
Expand Down

0 comments on commit ea9291b

Please sign in to comment.