From 48d4553375e41109d45ad1efb408c38760866750 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 26 Jun 2017 16:19:02 -0400 Subject: Just keep breaking --- src/org/stsci/Conda.groovy | 2 ++ src/org/stsci/CondaInstaller.groovy | 3 +++ src/org/stsci/OSInfo.groovy | 2 ++ 3 files changed, 7 insertions(+) (limited to 'src') diff --git a/src/org/stsci/Conda.groovy b/src/org/stsci/Conda.groovy index ea0d240..da488bc 100644 --- a/src/org/stsci/Conda.groovy +++ b/src/org/stsci/Conda.groovy @@ -1,3 +1,5 @@ +package org.stsci + class Conda { public String prefix public boolean prefix_exists diff --git a/src/org/stsci/CondaInstaller.groovy b/src/org/stsci/CondaInstaller.groovy index bf2299e..e1cef45 100644 --- a/src/org/stsci/CondaInstaller.groovy +++ b/src/org/stsci/CondaInstaller.groovy @@ -1,3 +1,6 @@ +package org.stsci +import org.stsci.OSInfo + class CondaInstaller { OSInfo os String prefix diff --git a/src/org/stsci/OSInfo.groovy b/src/org/stsci/OSInfo.groovy index cc1ddca..a29a1db 100644 --- a/src/org/stsci/OSInfo.groovy +++ b/src/org/stsci/OSInfo.groovy @@ -1,3 +1,5 @@ +package org.stsci + class OSInfo { public String name public String version -- cgit