28
edits
Bernhardcl (talk | contribs) No edit summary |
Bernhardcl (talk | contribs) No edit summary |
||
Line 12: | Line 12: | ||
def key_binding_func_1(): | def key_binding_func_1(): | ||
active_atom = active_residue() | active_atom = active_residue() | ||
if (not active_atom): | if (not active_atom): | ||
print "No active atom" | print "No active atom" | ||
else: | else: |
edits