From a9559acbd04fe6be253509614ece200a73f2063e Mon Sep 17 00:00:00 2001 From: Mike Croucher Date: Fri, 27 Feb 2015 16:47:26 +0000 Subject: [PATCH] Removed import urllib2 since it wasn't being used --- GPy/util/mocap.py | 1 - 1 file changed, 1 deletion(-) diff --git a/GPy/util/mocap.py b/GPy/util/mocap.py index bcc3c029..4f6336c5 100644 --- a/GPy/util/mocap.py +++ b/GPy/util/mocap.py @@ -2,7 +2,6 @@ import os import numpy as np import math from GPy.util import datasets as dat -import urllib2 class vertex: def __init__(self, name, id, parents=[], children=[], meta = {}):