Skip to content

Commit

Permalink
Fix reference to undefined LEFT_ALT.
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Inman-Semerau <luke.semerau@gmail.com>
  • Loading branch information
colons authored and lukeis committed Mar 7, 2014
1 parent ce1eb4d commit 73ddf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/selenium/webdriver/common/keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Keys(object):
CONTROL = '\ue009'
LEFT_CONTROL = CONTROL
ALT = '\ue00a'
LEFT_ALT = LEFT_ALT
LEFT_ALT = ALT
PAUSE = '\ue00b'
ESCAPE = '\ue00c'
SPACE = '\ue00d'
Expand Down

0 comments on commit 73ddf76

Please sign in to comment.