Remove this here

Change-Id: I076cd797c85ed743665f5bbb74111db48912950e
This commit is contained in:
Endre Karlson 2013-06-25 22:22:46 +02:00
parent c8cb196bfe
commit 8db476fa3e
1 changed files with 0 additions and 7 deletions

View File

@ -13,7 +13,6 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
from billingstack.central.storage import get_connection
from billingstack.plugin import Plugin
@ -57,12 +56,6 @@ class Provider(Plugin):
"""
raise NotImplementedError
def get_connection(self):
"""
Helper to get a storage conncection in BS
"""
return get_connection()
@classmethod
def create_account(self, values):
"""