diff linear_regression.py @ 98:babf8ab95495 draft

Uploaded
author bernhardlutz
date Mon, 10 Feb 2014 14:14:37 -0500
parents c4a3a8999945
children
line wrap: on
line diff
--- a/linear_regression.py	Thu Feb 06 15:44:17 2014 -0500
+++ b/linear_regression.py	Mon Feb 10 14:14:37 2014 -0500
@@ -1,6 +1,5 @@
 #!/usr/bin/env python
 
-from galaxy import eggs
 import sys, string
 import rpy2.robjects as robjects
 import rpy2.rlike.container as rlc