summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2014-12-02 16:46:59 -0800
committerAndy Grover <agrover@redhat.com>2014-12-02 16:46:59 -0800
commitc1cc01aaf7d6e1c650845a94c6e52eb5b1c185b0 (patch)
tree378c50db7ce739f3ee38d56611c0efdbe8b74af8 /scripts
parent2b25dcbb52603eed7e43e184e8e3e1fa0d32655b (diff)
downloadrtslib-fb-c1cc01aaf7d6e1c650845a94c6e52eb5b1c185b0.tar.gz
Change to exporting under 'rtslib' and 'rtslib_fb" pkg names
We should move off of 'rtslib' because we are incompatible with the original package using this name. Export as 'rtslib_fb', and add a warning to switch to importing by the new package name if using the old import name. Signed-off-by: Andy Grover <agrover@redhat.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/targetctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/targetctl b/scripts/targetctl
index cc4eb99..9d02b91 100755
--- a/scripts/targetctl
+++ b/scripts/targetctl
@@ -24,7 +24,7 @@ under the License.
from __future__ import print_function
-from rtslib import RTSRoot
+from rtslib_fb import RTSRoot
import os
import sys