removed nested namespace

This commit is contained in:
Alex Tkachman
2011-12-25 23:12:41 +02:00
parent 41f9a71777
commit b64e8407f9
+1 -4
View File
@@ -1,6 +1,4 @@
package kotlin
package modules {
package kotlin.modules
import java.util.*
import jet.modules.*
@@ -78,5 +76,4 @@ class ModuleBuilder2(name: String): ModuleBuilder(name) {
}
}