First NIT release and new clean mercurial repository
[nit.git] / lib / standard / standard.nit
1 # This file is part of NIT ( http://www.nitlanguage.org ).
2 #
3 # Copyright 2004-2008 Jean Privat <jean@pryen.org>
4 # Copyright 2008 Floréal Morandat <morandat@lirmm.fr>
5 #
6 # This file is free software, which comes along with NIT. This software is
7 # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
8 # without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
9 # PARTICULAR PURPOSE. You can modify it is you want, provided this header
10 # is kept unaltered, and a notification of the changes is added.
11 # You are allowed to redistribute it and sell it, alone or is a part of
12 # another product.
13
14 # This module is implicitely imported by every module.
15 package standard
16
17 import environ
18 import time
19 import string_search
20 import sorter
21 import file
22 import exec
23 import stream
24 import hash
25 import list
26 import symbol
27 import string
28 import array
29 import range
30 import abstract_collection
31 import math
32 import kernel