Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / example_exec_ls.nit
index 43b8e40..dfc4ab6 100644 (file)
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-import standard
+import core
 
 var p = new Process("ls", "-l")
 p.wait