lib: move symbol outside standard
[nit.git] / lib / symbol.nit
similarity index 97%
rename from lib/standard/symbol.nit
rename to lib/symbol.nit
index e7fefc2..d3a27ec 100644 (file)
@@ -14,9 +14,6 @@
 # FIXME: Should be deprecated soon
 package symbol
 
-import string
-private import hash
-
 redef class String
        # Get the unique corresponding to the string
        fun to_symbol: Symbol