X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fconfig-manager.git;a=blobdiff_plain;f=hostcli%2Fsetup.py;h=bd734d11afd27059a9386c08465f756c59732698;hp=0cfa23c7a54499228be14da59e88d5720dc7a2a7;hb=refs%2Fheads%2Fmaster;hpb=87d5aa1e6151010af819612a0a953ee90431607e diff --git a/hostcli/setup.py b/hostcli/setup.py index 0cfa23c..bd734d1 100644 --- a/hostcli/setup.py +++ b/hostcli/setup.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -#!/usr/bin/env python +#!/usr/bin/env python2 PROJECT = 'cmcli' @@ -45,4 +45,3 @@ setup( }, zip_safe=False, ) -