From ac536269e3e5719fe04ab54a0359dcb65498bcfe Mon Sep 17 00:00:00 2001 From: Olivier Mangin Date: Tue, 23 Jan 2018 16:17:04 -0500 Subject: [PATCH] Removes script since unused with entry_points method --- pubs/pubs | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 pubs/pubs diff --git a/pubs/pubs b/pubs/pubs deleted file mode 100755 index 68fd3d7..0000000 --- a/pubs/pubs +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env python -# -*- coding:utf-8 -*- -# PYTHON_ARGCOMPLETE_OK - -from pubs import pubs_cmd - - -pubs_cmd.execute()