changeset 703 | 58815c004a61 |
parent 675 | d24f094d1cb5 |
child 705 | 9149e0249c25 |
702:01db2457bbed | 703:58815c004a61 |
---|---|
1 #!/usr/bin/env python |
1 #!/usr/bin/env python |
2 # -*- coding: UTF-8 -*- |
2 # -*- coding: UTF-8 -*- |
3 # Copyright (c) 2008 - 2013, Pascal Volk |
3 # Copyright (c) 2008 - 2014, Pascal Volk |
4 # See COPYING for distribution information. |
4 # See COPYING for distribution information. |
5 |
5 |
6 import os |
6 import os |
7 os.sys.path.remove(os.sys.path[0]) |
7 os.sys.path.remove(os.sys.path[0]) |
8 from time import time |
8 from time import time |