mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
self -> env
This commit is contained in:
parent
d6ce05009b
commit
2c44454a17
1 changed files with 3 additions and 3 deletions
|
@ -154,8 +154,8 @@ class Env:
|
|||
def main():
|
||||
env = Env(sys.argv)
|
||||
print(env.packages)
|
||||
self.create("x64")
|
||||
self.clear()
|
||||
self.create("x86")
|
||||
env.create("x64")
|
||||
env.clear()
|
||||
env.create("x86")
|
||||
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue