Browse Source

rename sms.smsclient to sms.gateway and use the word gateway everywhere

pull/128/head
Sébastien BEAU 9 years ago
committed by MonsieurB
parent
commit
e2185d4c9b
  1. 4
      smsclient_ovh/__init__.py
  2. 2
      smsclient_ovh/sms_gateway.py

4
smsclient_ovh/__init__.py

@ -20,6 +20,4 @@
#
##############################################################################
from . import smsclient
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
from . import sms_gateway

2
smsclient_ovh/smsclient.py → smsclient_ovh/sms_gateway.py

@ -27,7 +27,7 @@ _logger = logging.getLogger(__name__)
class SmsClient(models.Model):
_inherit = "sms.smsclient"
_inherit = "sms.gateway"
@api.model
def get_method(self):
Loading…
Cancel
Save