/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/_simple_set_pyx.pxd

  • Committer: Jelmer Vernooij
  • Date: 2020-06-08 19:42:53 UTC
  • mto: This revision was merged to the branch mainline in revision 7510.
  • Revision ID: jelmer@jelmer.uk-20200608194253-ho0388wt4rrt5562
Set cython language level to Python 3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# You should have received a copy of the GNU General Public License
14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
16
#
 
17
# cython: language_level=3
16
18
 
17
19
"""Interface definition of a class like PySet but without caching the hash.
18
20