mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-18 18:36:02 +08:00
Get tox -e py27 working.
This commit is contained in:
@@ -26,9 +26,9 @@ try:
|
||||
except ImportError:
|
||||
pass
|
||||
else:
|
||||
print('imported foo')
|
||||
hello('imported foo')
|
||||
finally:
|
||||
print('made attempt to import foo')
|
||||
hello('made attempt to import foo')
|
||||
|
||||
import bar
|
||||
VERSION = '1.2.3'
|
||||
|
||||
Reference in New Issue
Block a user