test/data/lowered_etype.py
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Mon, 17 Jun 2013 15:00:41 +0200
changeset 9045 5378a738f333
parent 6873 2db631a3f205
permissions -rw-r--r--
[repoapi] move get_repository function into a new repoapi module This new module aims to host the function of the new API replacing the old DBAPI. `get_repository` is still needed hence moved to the new module. Related to #2503918
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6873
2db631a3f205 [schema test] fix tests broken by 6861:9d4e11d6e783 (missing data files and not removed deprecated/broken test)
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     1
2db631a3f205 [schema test] fix tests broken by 6861:9d4e11d6e783 (missing data files and not removed deprecated/broken test)
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     2
from yams.buildobjs import EntityType
2db631a3f205 [schema test] fix tests broken by 6861:9d4e11d6e783 (missing data files and not removed deprecated/broken test)
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     3
2db631a3f205 [schema test] fix tests broken by 6861:9d4e11d6e783 (missing data files and not removed deprecated/broken test)
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     4
class my_etype(EntityType):
2db631a3f205 [schema test] fix tests broken by 6861:9d4e11d6e783 (missing data files and not removed deprecated/broken test)
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     5
    pass