Skip to content

Commit

Permalink
fixed Ctrl-C behaviour on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nfusi committed Jan 2, 2014
1 parent 53cd17f commit 621a180
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions GPy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
warnings.filterwarnings("ignore", category=DeprecationWarning)
import os

import util
import core
import kern
import models
import mappings
import likelihoods
import inference
import models
import util
import examples
import likelihoods
import testing
from numpy.testing import Tester
from nose.tools import nottest
import kern
from core import priors

@nottest
Expand Down

0 comments on commit 621a180

Please sign in to comment.