Possible Duplicate:
How do you remove duplicates from a list in Python whilst preserving order?
I have list of integers in Python. Some of the values are present several times in the list. What is an elegant way to get list out of first list, where each element is presented once?