Skip to content
Snippets Groups Projects
Commit 904a2203 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Merge branch 'tt-plugins-fix' into stable

parents bb4b6c61 1705cb78
No related branches found
No related tags found
No related merge requests found
...@@ -140,8 +140,8 @@ def setenv(): ...@@ -140,8 +140,8 @@ def setenv():
os.putenv("TARANTOOL_PLUGIN_DIR", os.putenv("TARANTOOL_PLUGIN_DIR",
string.join( string.join(
( (
os.path.join(os.getcwd(), '../src/plugins/mysql'), os.path.join(os.getcwd(), '../src/plugin/mysql'),
os.path.join(os.getcwd(), '../src/plugins/pg') os.path.join(os.getcwd(), '../src/plugin/pg')
), ),
':' ':'
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment