Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
b557fdbb754e1d9f6b222ecb426785beb112db04
/
.
/
python
/
testData
/
inspections
/
ReplaceNotEqOperator.py
blob: 37a717d2eb9eff7a7e90bbf36628f38935b02c7e [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame
]
1
print
(<
warning descr
=
"Python version 3.0, 3.1, 3.2, 3.3 do not support <>, use != instead."
>
a
<>
<
caret
>
b
</
warning
>)