Code styling

This commit is contained in:
Sergio Morillo 2017-06-01 17:31:04 +02:00
parent 676c84cf12
commit 68ec610820
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
def register():
pass
pass

View File

@ -12,5 +12,6 @@ class CategoryPressureTestCase(ModuleTestCase):
def suite():
suite = trytond.tests.test_tryton.suite()
suite.addTests(unittest.TestLoader().loadTestsFromTestCase(CategoryPressureTestCase))
suite.addTests(unittest.TestLoader().loadTestsFromTestCase(
CategoryPressureTestCase))
return suite

View File

@ -1,4 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tryton>
<data>
<record model="product.uom.category" id="uom_cat_pressure">