Remove virtualenv activation #60

This commit is contained in:
Rafa de la Torre
2016-06-14 18:06:23 +02:00
parent e95c40c2f9
commit 7b98415da3
4 changed files with 1 additions and 29 deletions

View File

@@ -4,7 +4,6 @@
CREATE OR REPLACE FUNCTION
_cdb_random_seeds (seed_value INTEGER) RETURNS VOID
AS $$
plpy.execute('SELECT cdb_crankshaft._cdb_crankshaft_activate_py()')
from crankshaft import random_seeds
random_seeds.set_random_seeds(seed_value)
$$ LANGUAGE plpythonu;