Browse Source

Fix pep8 (line length)

Fix pylint errors
pull/663/head
Sandy Carter 10 years ago
committed by Jairo Llopis
parent
commit
7d623563bb
  1. 1
      partner_firstname/__init__.py
  2. 2
      partner_firstname/tests/__init__.py

1
partner_firstname/__init__.py

@ -17,5 +17,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
from . import partner
from . import res_user

2
partner_firstname/tests/__init__.py

@ -28,7 +28,7 @@
#
##############################################################################
import test_partner_firstname
from . import test_partner_firstname
checks = [
test_partner_firstname

Loading…
Cancel
Save