diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/edu/stsci/Conda.groovy | 2 | ||||
-rw-r--r-- | src/edu/stsci/CondaInstaller.groovy | 4 | ||||
-rw-r--r-- | src/edu/stsci/OSInfo.groovy | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/edu/stsci/Conda.groovy b/src/edu/stsci/Conda.groovy index dc67052..cd2d829 100644 --- a/src/edu/stsci/Conda.groovy +++ b/src/edu/stsci/Conda.groovy @@ -1,4 +1,4 @@ -package org.stsci +package edu.stsci class Conda implements Serializable { public String prefix diff --git a/src/edu/stsci/CondaInstaller.groovy b/src/edu/stsci/CondaInstaller.groovy index 50f7f50..917dabf 100644 --- a/src/edu/stsci/CondaInstaller.groovy +++ b/src/edu/stsci/CondaInstaller.groovy @@ -1,5 +1,5 @@ -package org.stsci -import org.stsci.OSInfo +package edu.stsci +import edu.stsci.OSInfo class CondaInstaller implements Serializable { OSInfo os diff --git a/src/edu/stsci/OSInfo.groovy b/src/edu/stsci/OSInfo.groovy index 04375f8..1d679bf 100644 --- a/src/edu/stsci/OSInfo.groovy +++ b/src/edu/stsci/OSInfo.groovy @@ -1,4 +1,4 @@ -package org.stsci +package edu.stsci class OSInfo implements Serializable { public String name |