diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-09-03 22:18:01 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-09-03 22:18:01 +0000 |
commit | 4cc07e685727da155c0fc372b3d1ab25805e15ac (patch) | |
tree | 1d9827e41d0f56561cde8664d72372cef5f42ad7 /py/modules/IcePy/Slice.cpp | |
parent | test fixes (diff) | |
download | ice-4cc07e685727da155c0fc372b3d1ab25805e15ac.tar.bz2 ice-4cc07e685727da155c0fc372b3d1ab25805e15ac.tar.xz ice-4cc07e685727da155c0fc372b3d1ab25805e15ac.zip |
eliminating duplicate functions in Util and PythonUtil
Diffstat (limited to 'py/modules/IcePy/Slice.cpp')
-rw-r--r-- | py/modules/IcePy/Slice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/modules/IcePy/Slice.cpp b/py/modules/IcePy/Slice.cpp index 24b635f4ead..053c17d75dd 100644 --- a/py/modules/IcePy/Slice.cpp +++ b/py/modules/IcePy/Slice.cpp @@ -34,7 +34,7 @@ Ice_loadSlice(PyObject* /*self*/, PyObject* args) } Ice::StringSeq argSeq; - if(!Slice::Python::splitString(cmd, argSeq)) + if(!splitString(cmd, argSeq)) { return NULL; } |