Switch core module to Python3

The core module (the relational algebra, not the interface) is now
using Python3

Tests are passing, so it should be ok.
This commit is contained in:
Salvo 'LtWorf' Tomaselli
2015-02-19 12:42:41 +01:00
parent 4019fbadb0
commit a355762fc4
9 changed files with 115 additions and 120 deletions

View File

@@ -1,7 +1,5 @@
p1=people.rename({"id":"ido"})
p1.insert((123,"lala",0,31))
print p1
print people
retval=people==p1
people.delete("id==123")