переименовал директорию
This commit is contained in:
parent
33c9f97e1e
commit
249cf28917
|
|
@ -1,5 +1,5 @@
|
|||
from commands.PatchCsprojCommand import PatchCsprojCommand
|
||||
from parser.ProjectParser.InsideParser import InsideParser
|
||||
from parser.InsideParser.InsideParser import InsideParser
|
||||
|
||||
|
||||
class PatchCsprojCommandBuilder:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
import unittest
|
||||
from UnitTests.ProjectParser.ValueProvider import ValueProvider
|
||||
from parser.ProjectParser.InsideParser import InsideParser
|
||||
from parser.InsideParser.InsideParser import InsideParser
|
||||
|
||||
|
||||
class TestCsprojParser(unittest.TestCase):
|
||||
|
|
|
|||
Loading…
Reference in New Issue