branch | v0.7.x |
changeset 676 | 2bc11dada296 |
parent 645 | fcc3f100e56a |
parent 675 | d24f094d1cb5 |
child 711 | 2a75058fc064 |
674:995203a101e1 | 676:2bc11dada296 |
---|---|
1 #!/usr/bin/env python3 |
1 #!/usr/bin/env python3 |
2 # -*- coding: UTF-8 -*- |
2 # -*- coding: UTF-8 -*- |
3 # Copyright (c) 2008 - 2012, Pascal Volk |
3 # Copyright (c) 2008 - 2013, 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 |